Home
last modified time | relevance | path

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

12345678910>>...14

/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dconstruct.cpp27 BasicBlock* exit, std::vector<Construct*> constructs) in Construct() argument
29 corresponding_constructs_(constructs), in Construct()
59 std::vector<Construct*> constructs) { in set_corresponding_constructs() argument
60 assert(ValidateConstructSize(type_, constructs.size())); in set_corresponding_constructs()
61 corresponding_constructs_ = constructs; in set_corresponding_constructs()
Dconstruct.h60 std::vector<Construct*> constructs = std::vector<Construct*>());
67 void set_corresponding_constructs(std::vector<Construct*> constructs);
Dfunction.h133 const std::list<Construct>& constructs() const;
136 std::list<Construct>& constructs();
/external/deqp-deps/SPIRV-Tools/source/val/
Dconstruct.cpp27 BasicBlock* exit, std::vector<Construct*> constructs) in Construct() argument
29 corresponding_constructs_(constructs), in Construct()
59 std::vector<Construct*> constructs) { in set_corresponding_constructs() argument
60 assert(ValidateConstructSize(type_, constructs.size())); in set_corresponding_constructs()
61 corresponding_constructs_ = constructs; in set_corresponding_constructs()
Dconstruct.h60 std::vector<Construct*> constructs = std::vector<Construct*>());
67 void set_corresponding_constructs(std::vector<Construct*> constructs);
Dfunction.h133 const std::list<Construct>& constructs() const;
136 std::list<Construct>& constructs();
/external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
Danalysis.ml28 (* Test that valid constructs verify. *)
37 (* Test that invalid constructs do not verify.
/external/llvm/test/Bindings/OCaml/
Danalysis.ml31 (* Test that valid constructs verify. *)
40 (* Test that invalid constructs do not verify.
/external/swiftshader/third_party/llvm-7.0/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/v8/tools/clang/plugins/tests/
Dbase_refcounted.flags1 -Xclang -plugin-arg-find-bad-constructs -Xclang check-base-classes
Dipc.flags1 -ferror-limit=0 -Xclang -plugin-arg-find-bad-constructs -Xclang check-ipc
Denum_max_value.flags1 -Xclang -plugin-arg-find-bad-constructs -Xclang check-enum-max-value
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrSIMD.td11 /// \brief WebAssembly SIMD operand code-gen constructs.
DWebAssemblyInstrAtomics.td11 /// \brief WebAssembly Atomic operand code-gen constructs.
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrSIMD.td11 /// WebAssembly SIMD operand code-gen constructs.
DWebAssemblyInstrExceptRef.td11 /// WebAssembly except_ref operand code-gen constructs.
/external/Reactive-Extensions/RxCpp/
DDeveloperManual.md5 The scheduler in rxcpp v2 is based on the scheduler and worker constructs that *RxJava* uses (Eric …
32 …cutor pool.. One question to answer is whether these platform specific constructs should live in t…
/external/python/cpython2/Doc/library/
Dcopy.rst34 * A *shallow copy* constructs a new compound object and then (to the extent
37 * A *deep copy* constructs a new compound object and then, recursively, inserts
/external/python/cpython3/Doc/library/
Dcopy.rst38 * A *shallow copy* constructs a new compound object and then (to the extent
41 * A *deep copy* constructs a new compound object and then, recursively, inserts
/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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Thumb2/
D2013-03-06-vector-sext-operand-scalarize.ll4 ; with odd constructs like this. The code actually generated is incidental.
/external/swiftshader/third_party/LLVM/test/MC/COFF/
Dmodule-asm.ll2 ; constructs work.
/external/llvm/test/MC/COFF/
Dmodule-asm.ll2 ; constructs work.
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/COFF/
Dmodule-asm.ll2 ; constructs work.

12345678910>>...14