Home
last modified time | relevance | path

Searched refs:constructs (Results 1 – 25 of 159) sorted by relevance

1234567

/external/v8/test/mjsunit/
Dreadonly.js63 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/
Danalysis.ml31 (* Test that valid constructs verify. *)
40 (* Test that invalid constructs do not verify.
/external/selinux/secilc/docs/
Dcil_introduction.md6 …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/
DWebAssemblyInstrSIMD.td11 /// \brief WebAssembly SIMD operand code-gen constructs.
DWebAssemblyInstrAtomics.td11 /// \brief WebAssembly Atomic operand code-gen constructs.
DWebAssemblyInstrCall.td11 /// \brief WebAssembly Call operand code-gen constructs.
DWebAssemblyInstrControl.td11 /// \brief WebAssembly control-flow code-gen constructs.
DWebAssemblyInstrInteger.td11 /// \brief WebAssembly Integer operand code-gen constructs.
DWebAssemblyInstrFloat.td11 /// \brief WebAssembly Floating-point operand code-gen constructs.
DWebAssemblyInstrConv.td12 /// promotions, and demotions operand code-gen constructs.
/external/llvm/test/CodeGen/Thumb2/
D2013-03-06-vector-sext-operand-scalarize.ll4 ; with odd constructs like this. The code actually generated is incidental.
/external/llvm/test/MC/COFF/
Dmodule-asm.ll2 ; constructs work.
/external/markdown/MarkdownTest/Tests_2007/
DBackslash escapes.text108 other Markdown constructs:
/external/clang/test/Profile/
Dobjc-general.m1 // Test instrumentation of general constructs in objective C.
/external/llvm/test/Transforms/LICM/
Datomics.ll24 ; use monotonic for spinlock-like constructs.)
/external/eigen/doc/
DTutorialAdvancedInitialization.dox140 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/
DCMakeLists.txt17 # This file generates a custom install-xcode-toolchain target which constructs
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/
Ddefault.pylintrc157 # 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/
Dvarargs.ll3 ; Test varargs constructs.
/external/clang/docs/
DMSVCCompatibility.rst32 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/
Dcstexpr-gotpcrel.ll84 ; 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/
DDbg.stg82 // Region overrides that tell various constructs to add debugging triggers
/external/llvm/docs/tutorial/
DLangImpl9.rst25 constructs with SSA construction.
61 constructs, often these constructs make the most sense if they are
DOCamlLangImpl8.rst24 constructs with SSA construction.
60 constructs, often these constructs make the most sense if they are
/external/google-breakpad/src/testing/scripts/generator/
DREADME.cppclean14 * Find and print C++ language constructs: classes, methods, functions, etc.

1234567