Home
last modified time | relevance | path

Searched refs:contexts (Results 1 – 25 of 79) sorted by path

1234

/freebsd/contrib/bmake/
H A DChangeLog1494 o use properly typed comparisons in boolean contexts
H A Dbmake.cat1412 In most contexts where variables are expanded, `$$' expands to a single
413 dollar sign. In other contexts (most variable modifiers, string literals
/freebsd/contrib/diff/
H A DChangeLog780 If contexts overflow, substitute LIN_MAX, as that's good enough.
781 If multiple contexts are specified, use their maximum.
/freebsd/contrib/diff/doc/
H A Ddiff.texi2706 normal or @command{ed} diff, many of the contexts are simply null. The
/freebsd/contrib/file/magic/Magdir/
H A Dselinux22 #0 search gen_context( SE Linux policy file contexts
/freebsd/contrib/flex/
H A DChangeLog2605 rewinding trailing contexts.
/freebsd/contrib/jemalloc/
H A DChangeLog1438 - Fix leak context reporting. This bug tended to cause the number of contexts
/freebsd/contrib/kyua/store/
H A Dmigrate_v2_v3.sql48 INSERT INTO contexts
51 NATURAL JOIN old_store.contexts
57 NATURAL JOIN old_store.contexts
H A Dschema_v1.sql74 CREATE TABLE contexts ( table
84 context_id INTEGER REFERENCES contexts,
105 context_id INTEGER REFERENCES contexts
H A Dschema_v2.sql76 CREATE TABLE contexts ( table
86 context_id INTEGER REFERENCES contexts,
107 context_id INTEGER REFERENCES contexts
H A Dschema_v3.sql74 CREATE TABLE contexts ( table
H A Dtestdata_v1.sql42 INSERT INTO contexts (context_id, cwd) VALUES (1, '/some/root');
57 INSERT INTO contexts (context_id, cwd) VALUES (2, '/test/suite/root');
161 INSERT INTO contexts (context_id, cwd) VALUES (3, '/usr/tests');
267 INSERT INTO contexts (context_id, cwd) VALUES (4, '/usr/tests');
H A Dtestdata_v2.sql42 INSERT INTO contexts (context_id, cwd) VALUES (1, '/some/root');
57 INSERT INTO contexts (context_id, cwd) VALUES (2, '/test/suite/root');
216 INSERT INTO contexts (context_id, cwd) VALUES (3, '/usr/tests');
357 INSERT INTO contexts (context_id, cwd) VALUES (4, '/usr/tests');
H A Dtestdata_v3_1.sql39 INSERT INTO contexts (cwd) VALUES ('/some/root');
H A Dtestdata_v3_2.sql40 INSERT INTO contexts (cwd) VALUES ('/test/suite/root');
H A Dtestdata_v3_3.sql39 INSERT INTO contexts (cwd) VALUES ('/usr/tests');
H A Dtestdata_v3_4.sql39 INSERT INTO contexts (cwd) VALUES ('/usr/tests');
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttrDocs.td6754 However, this attribute does not prohibit lax vector conversions in contexts
H A DDiagnosticParseKinds.td72 "macro expansion contexts">, InGroup<CompoundTokenSplitByMacro>;
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp645 SymbolContextList contexts; in GetExceptionObjectForThread() local
649 ConstString("__cxa_current_exception_type"), eSymbolTypeCode, contexts); in GetExceptionObjectForThread()
650 contexts.GetContextAtIndex(0, context); in GetExceptionObjectForThread()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp242 SymbolContextList contexts; in GetPrintForDebuggerAddr() local
246 eSymbolTypeCode, contexts); in GetPrintForDebuggerAddr()
247 if (contexts.IsEmpty()) { in GetPrintForDebuggerAddr()
249 eSymbolTypeCode, contexts); in GetPrintForDebuggerAddr()
250 if (contexts.IsEmpty()) in GetPrintForDebuggerAddr()
254 contexts.GetContextAtIndex(0, context); in GetPrintForDebuggerAddr()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDynamicTags.def6 // such as DT_HIOS, etc. to allow using this file to in other contexts.
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassRegistry.def110 MODULE_PASS("print-must-be-executed-contexts",
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrInfo.td331 // Unused values must be dropped in some contexts.
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrSSE.td4070 // As VEX does not have separate instruction contexts for address size

1234