Searched refs:Nest (Results 1 - 25 of 47) sorted by relevance

12

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/generics/
H A DBird.java18 public class Bird extends AbstractAnimal<Nest> {
19 private Nest home;
21 public Nest getHome() {
25 public void setHome(Nest home) {
H A DNest.java18 public class Nest { class
H A DGenericsBugDetector.java27 * Check whether the proper class Nest for Bird's property 'home' is
34 return property.getPropertyType() == Nest.class;
H A DBirdTest.java29 Nest home = new Nest();
30 home = new Nest();
51 "home: !!org.yaml.snakeyaml.generics.Nest\n height: 3\nname: Eagle\n", output);
/external/swiftshader/third_party/LLVM/include/llvm/
H A DAttributes.h45 const Attributes Nest = 1<<8; ///< Nested function static chain member in namespace:llvm::Attribute
88 const Attributes ParameterOnly = ByVal | Nest | StructRet | NoCapture;
102 ByVal | InReg | Nest | StructRet,
/external/clang/test/SemaCXX/
H A Dtypo-correction-delayed.cpp56 void Nest();
89 NestedNode* Nest();
94 // There are two equidistant, usable corrections for Next: next and Nest
/external/swiftshader/third_party/LLVM/include/llvm/Target/
H A DTargetCallingConv.h33 static const uint64_t Nest = 1ULL<<5; ///< Nested fn static chain member in struct:llvm::ISD::ArgFlagsTy
65 bool isNest() const { return Flags & Nest; }
/external/v8/src/compiler/
H A Ddiamond.h41 // Nest {this} into either the if_true or if_false branch of {that}.
42 void Nest(Diamond& that, bool if_true) { function in struct:v8::internal::compiler::Diamond
/external/llvm/include/llvm/Target/
H A DTargetCallingConv.h38 static const uint64_t Nest = 1ULL<<5; ///< Nested fn static chain member in struct:llvm::ISD::ArgFlagsTy
94 bool isNest() const { return Flags & Nest; }
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DAttributes.cpp53 if (Attrs & Attribute::Nest)
104 Incompatible |= ByVal | Nest | NoAlias | StructRet | NoCapture;
H A DFunction.cpp93 return getParent()->paramHasAttr(getArgNo()+1, Attribute::Nest);
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
H A DXCoreFrameLowering.cpp104 getAttributes().hasAttrSomewhere(Attribute::Nest);
H A DXCoreISelLowering.cpp804 SDValue Nest = Op.getOperand(3); // 'nest' parameter value local
842 OutChains[3] = DAG.getStore(Chain, dl, Nest, Addr,
/external/llvm/lib/IR/
H A DAttributes.cpp261 if (hasAttribute(Attribute::Nest))
482 case Attribute::Nest: return 1 << 8;
1557 .addAttribute(Attribute::Nest)
H A DVerifier.cpp1338 !Attrs.hasAttribute(Idx, Attribute::Nest) &&
1357 AttrCount += Attrs.hasAttribute(Idx, Attribute::Nest);
1464 if (Attrs.hasAttribute(Idx, Attribute::Nest)) {
2561 if (Attrs.hasAttribute(Idx, Attribute::Nest))
2572 if (Attrs.hasAttribute(Idx, Attribute::Nest)) {
H A DFunction.cpp140 return hasAttribute(Attribute::Nest);
/external/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp574 Attrs.hasAttribute(i+1, Attribute::Nest))
680 Attrs.hasAttribute(i+1, Attribute::Nest))
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1253 if (Attrs.hasAttrSomewhere(Attribute::Nest))
1272 if (NestAttrs.paramHasAttr(NestIdx, Attribute::Nest)) {
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
H A Dllvm.ml82 | Nest Constructor in type:Attribute/t
664 | Attribute.Nest -> Int32.shift_left 1l 8
700 checkattr Attribute.Nest;
/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1992 if (!Attrs.getSlotAttributes(i).hasAttribute(Index, Attribute::Nest))
1996 return Attrs.removeAttribute(C, Index, Attribute::Nest);
2054 if (F->getAttributes().hasAttrSomewhere(Attribute::Nest) &&
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
H A DGlobalOpt.cpp1866 if ((Attrs.getSlot(i).Attrs & Attribute::Nest) == 0)
1870 return Attrs.removeAttr(Attrs.getSlot(i).Index, Attribute::Nest);
1909 if (F->getAttributes().hasAttrSomewhere(Attribute::Nest) &&
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml94 | Nest Constructor in type:Attribute/t
779 | Attribute.Nest -> Int32.shift_left 1l 8
815 checkattr Attribute.Nest;
/external/llvm/lib/Target/XCore/
H A DXCoreFrameLowering.cpp240 if (PAL.hasAttrSomewhere(Attribute::Nest))
H A DXCoreISelLowering.cpp892 SDValue Nest = Op.getOperand(3); // 'nest' parameter value local
930 OutChains[3] = DAG.getStore(Chain, dl, Nest, Addr,
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2900 if (Attrs.hasAttrSomewhere(Attribute::Nest))
2918 if (NestAttrs.hasAttribute(NestIdx, Attribute::Nest)) {

Completed in 463 milliseconds

12