/external/tensorflow/tensorflow/tools/proto_text/ |
D | gen_proto_text_functions_lib.cc | 86 Generator& Nest() { in Nest() function in tensorflow::__anon6ab649cc0111::Generator 280 Print("if (", field_expr, " != 0) {").Nest(); in AppendFieldValueAppend() 291 Print("if (msg.has_", field.name(), "()) {").Nest(); in AppendFieldValueAppend() 308 Print("{").Nest(); in AppendFieldAppend() 315 Print("for (const auto& key : keys) {").Nest(); in AppendFieldAppend() 326 Nest(); in AppendFieldAppend() 338 Nest(); in AppendFieldAppend() 359 Nest().Print("switch (value) {").Nest(); in AppendEnumFunctions() 378 Print().Print(sig, " {").Nest(); in AppendParseMessageFunction() 418 Print().Print(sig, " {").Nest(); in AppendParseMessageFunction() [all …]
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/generics/ |
D | Bird.java | 18 public class Bird extends AbstractAnimal<Nest> { 19 private Nest home; 21 public Nest getHome() { in getHome() 25 public void setHome(Nest home) { in setHome()
|
D | BirdTest.java | 29 Nest home = new Nest(); in testHome() 30 home = new Nest(); in testHome()
|
D | Nest.java | 18 public class Nest { class
|
D | GenericsBugDetector.java | 34 return property.getPropertyType() == Nest.class; in isProperIntrospection()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Attributes.h | 45 const Attributes Nest = 1<<8; ///< Nested function static chain variable 88 const Attributes ParameterOnly = ByVal | Nest | StructRet | NoCapture; 102 ByVal | InReg | Nest | StructRet,
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetCallingConv.h | 33 static const uint64_t Nest = 1ULL<<5; ///< Nested fn static chain member 65 bool isNest() const { return Flags & Nest; } in isNest()
|
/external/clang/test/SemaCXX/ |
D | typo-correction-delayed.cpp | 56 void Nest(); 89 NestedNode* Nest();
|
/external/llvm/include/llvm/Target/ |
D | TargetCallingConv.h | 38 static const uint64_t Nest = 1ULL<<5; ///< Nested fn static chain member 94 bool isNest() const { return Flags & Nest; } in isNest()
|
/external/v8/src/compiler/ |
D | diamond.h | 42 void Nest(Diamond& that, bool if_true) { in Nest() function
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Attributes.cpp | 53 if (Attrs & Attribute::Nest) in getAsString() 104 Incompatible |= ByVal | Nest | NoAlias | StructRet | NoCapture; in typeIncompatible()
|
D | Function.cpp | 93 return getParent()->paramHasAttr(getArgNo()+1, Attribute::Nest); in hasNestAttr()
|
/external/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/IR/ |
D | Attributes.gen | 21 Nest, 78 .Case("nest", Attribute::Nest) 239 return llvm::Attribute::Nest;
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Attributes.inc | 21 Nest, 78 .Case("nest", Attribute::Nest) 239 return llvm::Attribute::Nest;
|
/external/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/IR/ |
D | Attributes.gen | 21 Nest, 78 .Case("nest", Attribute::Nest) 239 return llvm::Attribute::Nest;
|
/external/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/IR/ |
D | Attributes.gen | 21 Nest, 78 .Case("nest", Attribute::Nest) 239 return llvm::Attribute::Nest;
|
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/IR/ |
D | Attributes.gen | 21 Nest, 78 .Case("nest", Attribute::Nest) 239 return llvm::Attribute::Nest;
|
/external/google-styleguide/docguide/ |
D | style.md | 30 1. [Nest codeblocks within lists](#nest-codeblocks-within-lists) 299 #### Nest codeblocks within lists
|
/external/llvm/lib/IR/ |
D | Attributes.cpp | 261 if (hasAttribute(Attribute::Nest)) in getAsString() 482 case Attribute::Nest: return 1 << 8; in getAttrMask() 1557 .addAttribute(Attribute::Nest) in typeIncompatible()
|
/external/llvm/include/llvm/IR/ |
D | Attributes.td | 74 def Nest : EnumAttr<"nest">;
|
/external/swiftshader/third_party/LLVM/lib/Target/XCore/ |
D | XCoreFrameLowering.cpp | 104 getAttributes().hasAttrSomewhere(Attribute::Nest); in emitPrologue()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyFastISel.cpp | 574 Attrs.hasAttribute(i+1, Attribute::Nest)) in fastLowerArguments() 680 Attrs.hasAttribute(i+1, Attribute::Nest)) in selectCall()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 1253 if (Attrs.hasAttrSomewhere(Attribute::Nest)) in transformCallThroughTrampoline() 1272 if (NestAttrs.paramHasAttr(NestIdx, Attribute::Nest)) { in transformCallThroughTrampoline()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.ml | 94 | Nest Constructor 779 | Attribute.Nest -> Int32.shift_left 1l 8 815 checkattr Attribute.Nest;
|
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/ |
D | llvm.ml | 82 | Nest Constructor 664 | Attribute.Nest -> Int32.shift_left 1l 8 700 checkattr Attribute.Nest;
|