Home
last modified time | relevance | path

Searched refs:Nest (Results 1 – 25 of 55) sorted by relevance

123

/external/tensorflow/tensorflow/tools/proto_text/
Dgen_proto_text_functions_lib.cc86 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/
DBird.java18 public class Bird extends AbstractAnimal<Nest> {
19 private Nest home;
21 public Nest getHome() { in getHome()
25 public void setHome(Nest home) { in setHome()
DBirdTest.java29 Nest home = new Nest(); in testHome()
30 home = new Nest(); in testHome()
DNest.java18 public class Nest { class
DGenericsBugDetector.java34 return property.getPropertyType() == Nest.class; in isProperIntrospection()
/external/swiftshader/third_party/LLVM/include/llvm/
DAttributes.h45 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/
DTargetCallingConv.h33 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/
Dtypo-correction-delayed.cpp56 void Nest();
89 NestedNode* Nest();
/external/llvm/include/llvm/Target/
DTargetCallingConv.h38 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/
Ddiamond.h42 void Nest(Diamond& that, bool if_true) { in Nest() function
/external/swiftshader/third_party/LLVM/lib/VMCore/
DAttributes.cpp53 if (Attrs & Attribute::Nest) in getAsString()
104 Incompatible |= ByVal | Nest | NoAlias | StructRet | NoCapture; in typeIncompatible()
DFunction.cpp93 return getParent()->paramHasAttr(getArgNo()+1, Attribute::Nest); in hasNestAttr()
/external/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/IR/
DAttributes.gen21 Nest,
78 .Case("nest", Attribute::Nest)
239 return llvm::Attribute::Nest;
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DAttributes.inc21 Nest,
78 .Case("nest", Attribute::Nest)
239 return llvm::Attribute::Nest;
/external/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/IR/
DAttributes.gen21 Nest,
78 .Case("nest", Attribute::Nest)
239 return llvm::Attribute::Nest;
/external/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/IR/
DAttributes.gen21 Nest,
78 .Case("nest", Attribute::Nest)
239 return llvm::Attribute::Nest;
/external/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/IR/
DAttributes.gen21 Nest,
78 .Case("nest", Attribute::Nest)
239 return llvm::Attribute::Nest;
/external/google-styleguide/docguide/
Dstyle.md30 1. [Nest codeblocks within lists](#nest-codeblocks-within-lists)
299 #### Nest codeblocks within lists
/external/llvm/lib/IR/
DAttributes.cpp261 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/
DAttributes.td74 def Nest : EnumAttr<"nest">;
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
DXCoreFrameLowering.cpp104 getAttributes().hasAttrSomewhere(Attribute::Nest); in emitPrologue()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp574 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/
DInstCombineCalls.cpp1253 if (Attrs.hasAttrSomewhere(Attribute::Nest)) in transformCallThroughTrampoline()
1272 if (NestAttrs.paramHasAttr(NestIdx, Attribute::Nest)) { in transformCallThroughTrampoline()
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml94 | Nest Constructor
779 | Attribute.Nest -> Int32.shift_left 1l 8
815 checkattr Attribute.Nest;
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm.ml82 | Nest Constructor
664 | Attribute.Nest -> Int32.shift_left 1l 8
700 checkattr Attribute.Nest;

123