HomeSort by relevance Sort by last modified time
    Searched defs:Nest (Results 1 - 17 of 17) sorted by null

  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/generics/
Nest.java 18 public class Nest {
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
ManagedStatic.cpp 63 struct Nest {
64 Nest() {
68 ~Nest() {
73 static ManagedStatic<Nest> Ms2;
  /external/v8/src/compiler/
diamond.h 41 // Nest {this} into either the if_true or if_false branch of {that}.
42 void Nest(Diamond& that, bool if_true) {
  /build/blueprint/bootstrap/bpdoc/
properties.go 156 func (p *Property) Nest(nested *PropertyStruct) {
  /external/swiftshader/third_party/LLVM/include/llvm/
Attributes.h 45 const Attributes Nest = 1<<8; ///< Nested function static chain
88 const Attributes ParameterOnly = ByVal | Nest | StructRet | NoCapture;
102 ByVal | InReg | Nest | StructRet,
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetCallingConv.h 33 static const uint64_t Nest = 1ULL<<5; ///< Nested fn static chain
65 bool isNest() const { return Flags & Nest; }
  /external/tensorflow/tensorflow/tools/proto_text/
gen_proto_text_functions_lib.cc 86 Generator& Nest() {
280 Print("if (", field_expr, " != 0) {").Nest();
284 Print("if (enum_name[0]) {").Nest();
286 Unnest().Print("} else {").Nest();
296 Print("if (msg.has_", field.name(), "()) {").Nest();
313 Print("{").Nest();
320 Print("for (const auto& key : keys) {").Nest();
331 Nest();
343 Nest();
364 Nest().Print("switch (value) {").Nest()
    [all...]
  /external/llvm/include/llvm/Target/
TargetCallingConv.h 38 static const uint64_t Nest = 1ULL<<5; ///< Nested fn static chain
94 bool isNest() const { return Flags & Nest; }
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 94 | Nest
779 | Attribute.Nest -> Int32.shift_left 1l 8
815 checkattr Attribute.Nest;
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreISelLowering.cpp 804 SDValue Nest = Op.getOperand(3); // 'nest' parameter value
809 // LDAPF_u10 r11, nest
815 // nest:
816 // .word nest
842 OutChains[3] = DAG.getStore(Chain, dl, Nest, Addr,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 920 milliseconds