Searched refs:constructs (Results 1 – 25 of 159) sorted by relevance
1234567
/external/v8/test/mjsunit/ |
D | readonly.js | 63 var constructs = [CreateFromConstructor, CreateFromApi]; variable 71 for (var k = 0; k < constructs.length; ++k) { 81 p = constructs[Math.floor(constructs.length * Math.random())](p)(); 84 var c = constructs[k](p);
|
/external/llvm/test/Bindings/OCaml/ |
D | analysis.ml | 31 (* Test that valid constructs verify. *) 40 (* Test that invalid constructs do not verify.
|
/external/selinux/secilc/docs/ |
D | cil_introduction.md | 6 …ltiple high-level languages that can both consume and produce language constructs with more featur… 27 … core concepts that are working well. All changes to existing language constructs need a clear and… 31 …e performance. At the very least, clearly identify and manage language constructs that cause work … 40 …ccess has been hampered by interfaces existing solely as pre-processor constructs, preventing comp… 42 …es or sets of types with commonly needed access. However, use of these constructs require up-front… 57 …ate from interaction with new CIL features. Contrastingly, CIL has new constructs for creating, ma…
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrSIMD.td | 11 /// \brief WebAssembly SIMD operand code-gen constructs.
|
D | WebAssemblyInstrAtomics.td | 11 /// \brief WebAssembly Atomic operand code-gen constructs.
|
D | WebAssemblyInstrCall.td | 11 /// \brief WebAssembly Call operand code-gen constructs.
|
D | WebAssemblyInstrControl.td | 11 /// \brief WebAssembly control-flow code-gen constructs.
|
D | WebAssemblyInstrInteger.td | 11 /// \brief WebAssembly Integer operand code-gen constructs.
|
D | WebAssemblyInstrFloat.td | 11 /// \brief WebAssembly Floating-point operand code-gen constructs.
|
D | WebAssemblyInstrConv.td | 12 /// promotions, and demotions operand code-gen constructs.
|
/external/llvm/test/CodeGen/Thumb2/ |
D | 2013-03-06-vector-sext-operand-scalarize.ll | 4 ; with odd constructs like this. The code actually generated is incidental.
|
/external/llvm/test/MC/COFF/ |
D | module-asm.ll | 2 ; constructs work.
|
/external/markdown/MarkdownTest/Tests_2007/ |
D | Backslash escapes.text | 108 other Markdown constructs:
|
/external/clang/test/Profile/ |
D | objc-general.m | 1 // Test instrumentation of general constructs in objective C.
|
/external/llvm/test/Transforms/LICM/ |
D | atomics.ll | 24 ; use monotonic for spinlock-like constructs.)
|
/external/eigen/doc/ |
D | TutorialAdvancedInitialization.dox | 140 The expression <tt>m + MatrixXf::Constant(3,3,1.2)</tt> constructs the 3-by-3 matrix expression wit… 143 …er, too, can also be used to construct temporary objects. The following example constructs a random
|
/external/llvm/tools/xcode-toolchain/ |
D | CMakeLists.txt | 17 # This file generates a custom install-xcode-toolchain target which constructs
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/ |
D | default.pylintrc | 157 # List of optional constructs for which whitespace checking is disabled 160 # constructs "dict-separator" (cases like {1:2}) and 163 # enforced around both constructs.
|
/external/llvm/test/CodeGen/WebAssembly/ |
D | varargs.ll | 3 ; Test varargs constructs.
|
/external/clang/docs/ |
D | MSVCCompatibility.rst | 32 invalid. When these constructs are present in widely included system headers, 113 MSVC allows many invalid constructs in class templates that Clang has
|
/external/llvm/test/MC/MachO/AArch64/ |
D | cstexpr-gotpcrel.ll | 84 ; equivalents for use by such IR constructs. Check them at the end of the test
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/ |
D | Dbg.stg | 82 // Region overrides that tell various constructs to add debugging triggers
|
/external/llvm/docs/tutorial/ |
D | LangImpl9.rst | 25 constructs with SSA construction. 61 constructs, often these constructs make the most sense if they are
|
D | OCamlLangImpl8.rst | 24 constructs with SSA construction. 60 constructs, often these constructs make the most sense if they are
|
/external/google-breakpad/src/testing/scripts/generator/ |
D | README.cppclean | 14 * Find and print C++ language constructs: classes, methods, functions, etc.
|
1234567