Home
last modified time | relevance | path

Searched defs:Attr (Results 1 – 25 of 113) sorted by relevance

12345

/external/clang/lib/Sema/
DSemaDeclAttr.cpp175 static unsigned getNumAttributeArgs(const AttributeList &Attr) { in getNumAttributeArgs()
181 static bool checkAttributeNumArgsImpl(Sema &S, const AttributeList &Attr, in checkAttributeNumArgsImpl()
194 static bool checkAttributeNumArgs(Sema &S, const AttributeList &Attr, in checkAttributeNumArgs()
203 static bool checkAttributeAtLeastNumArgs(Sema &S, const AttributeList &Attr, in checkAttributeAtLeastNumArgs()
212 static bool checkAttributeAtMostNumArgs(Sema &S, const AttributeList &Attr, in checkAttributeAtMostNumArgs()
221 static bool checkUInt32Argument(Sema &S, const AttributeList &Attr, in checkUInt32Argument()
267 const AttributeList &Attr, in checkFunctionOrMethodParameterIndex()
314 bool Sema::checkStringLiteralArgumentAttr(const AttributeList &Attr, in checkStringLiteralArgumentAttr()
350 const AttributeList &Attr) { in handleSimpleAttribute()
357 const AttributeList &Attr) { in handleSimpleAttributeWithExclusions()
[all …]
/external/llvm/lib/Analysis/
DAliasAnalysisSummary.cpp34 bool hasUnknownAttr(AliasAttrs Attr) { return Attr.test(AttrUnknownIndex); } in hasUnknownAttr()
37 bool hasCallerAttr(AliasAttrs Attr) { return Attr.test(AttrCaller); } in hasCallerAttr()
38 bool hasUnknownOrCallerAttr(AliasAttrs Attr) { in hasUnknownOrCallerAttr()
43 bool hasEscapedAttr(AliasAttrs Attr) { return Attr.test(AttrEscapedIndex); } in hasEscapedAttr()
66 bool isGlobalOrArgAttr(AliasAttrs Attr) { in isGlobalOrArgAttr()
73 AliasAttrs getExternallyVisibleAttrs(AliasAttrs Attr) { in getExternallyVisibleAttrs()
DAliasAnalysisSummary.h134 AliasAttrs Attr; member
165 AliasAttrs Attr; member
/external/llvm/lib/Support/
DARMBuildAttrs.cpp17 ARMBuildAttrs::AttrType Attr; member
74 StringRef AttrTypeAsString(unsigned Attr, bool HasTagPrefix) { in AttrTypeAsString()
78 StringRef AttrTypeAsString(AttrType Attr, bool HasTagPrefix) { in AttrTypeAsString()
DThreading.cpp48 pthread_attr_t Attr; in llvm_execute_on_thread() local
/external/llvm/lib/Transforms/ObjCARC/
DARCRuntimeEntryPoints.h131 AttributeSet Attr = in getVoidRetI8XEntryPoint() local
149 AttributeSet Attr = AttributeSet(); variable
168 AttributeSet Attr = in getI8XRetI8XXI8XEntryPoint() local
/external/clang/utils/TableGen/
DClangAttrEmitter.cpp73 GetFlattenedSpellings(const Record &Attr) { in GetFlattenedSpellings()
157 for (const auto *Attr : Attrs) { in getParsedAttrList() local
190 Argument(const Record &Arg, StringRef Attr) in Argument()
248 SimpleArgument(const Record &Arg, StringRef Attr, std::string T) in SimpleArgument()
337 DefaultSimpleArgument(const Record &Arg, StringRef Attr, in DefaultSimpleArgument()
356 StringArgument(const Record &Arg, StringRef Attr) in StringArgument()
437 AlignedArgument(const Record &Arg, StringRef Attr) in AlignedArgument()
592 VariadicArgument(const Record &Arg, StringRef Attr, std::string T) in VariadicArgument()
735 EnumArgument(const Record &Arg, StringRef Attr) in EnumArgument()
864 VariadicEnumArgument(const Record &Arg, StringRef Attr) in VariadicEnumArgument()
[all …]
/external/clang/lib/ARCMigrate/
DTransGCAttrs.cpp68 } else if (AttributedTypeLoc Attr = TL.getAs<AttributedTypeLoc>()) { in lookForAttribute() local
113 MigrationContext::GCAttrOccurrence &Attr = MigrateCtx.GCAttrs.back(); in handleAttr() local
186 MigrationContext::GCAttrOccurrence &Attr = MigrateCtx.GCAttrs[i]; in errorForGCAttrsOnNonObjC() local
202 MigrationContext::GCAttrOccurrence &Attr = MigrateCtx.GCAttrs[i]; in checkWeakGCAttrs() local
338 GCAttrOccurrence &Attr = GCAttrs[i]; in dumpGCAttrs() local
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugInfoEntry.cpp235 const DWARFUnit *U, const uint16_t Attr, DWARFFormValue &FormValue) const { in getAttributeValue() argument
260 const DWARFUnit *U, const uint16_t Attr, const char *FailValue) const { in getAttributeValueAsString() argument
269 const DWARFUnit *U, const uint16_t Attr, uint64_t FailValue) const { in getAttributeValueAsAddress() argument
278 const DWARFUnit *U, const uint16_t Attr, uint64_t FailValue) const { in getAttributeValueAsUnsignedConstant() argument
287 const DWARFUnit *U, const uint16_t Attr, uint64_t FailValue) const { in getAttributeValueAsReference() argument
296 const DWARFUnit *U, const uint16_t Attr, uint64_t FailValue) const { in getAttributeValueAsSectionOffset() argument
DDWARFAbbreviationDeclaration.cpp41 uint16_t Attr = Data.getULEB128(OffsetPtr); in extract() local
/external/clang/lib/Basic/
DAttributes.cpp7 const IdentifierInfo *Attr, const TargetInfo &Target, in hasAttribute()
/external/llvm/include/llvm/IR/
DAttributes.h186 inline LLVMAttributeRef wrap(Attribute Attr) { in wrap()
191 inline Attribute unwrap(LLVMAttributeRef Attr) { in unwrap()
/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVFunction.cpp63 auto Attr = static_cast<SPIRVFuncParamAttrKind>( in foreachAttr() local
163 auto Attr = static_cast<SPIRVFuncParamAttrKind>( in foreachReturnValueAttr() local
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DAttributes.h186 inline LLVMAttributeRef wrap(Attribute Attr) { in wrap()
191 inline Attribute unwrap(LLVMAttributeRef Attr) { in unwrap()
/external/clang/include/clang/AST/
DASTMutationListener.h17 class Attr; variable
117 const Attr *Attr) {} in DeclarationMarkedOpenMPDeclareTarget()
131 virtual void AddedAttributeToRecord(const Attr *Attr, in AddedAttributeToRecord()
DAttrIterator.h22 class Attr; variable
/external/skia/src/xml/
DSkDOM.h29 typedef SkDOMAttr Attr; typedef
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.h24 uint16_t Attr; member
/external/llvm/lib/IR/
DStatepoint.cpp51 bool llvm::isStatepointDirectiveAttr(Attribute Attr) { in isStatepointDirectiveAttr()
/external/llvm/lib/CodeGen/
DXRayInstrumentation.cpp46 Attribute Attr = F.getFnAttribute("xray-instruction-threshold"); in runOnMachineFunction() local
DTargetFrameLoweringImpl.cpp33 auto Attr = MF.getFunction()->getFnAttribute("no-frame-pointer-elim"); in noFramePointerElim() local
/external/swiftshader/third_party/LLVM/lib/VMCore/
DAttributes.cpp132 AttributeListImpl(const AttributeWithIndex *Attr, unsigned NumAttrs) in AttributeListImpl()
153 static void Profile(FoldingSetNodeID &ID, const AttributeWithIndex *Attr, in Profile()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DThreading.cpp49 pthread_attr_t Attr; in llvm_execute_on_thread() local
/external/swiftshader/third_party/LLVM/lib/Support/
DThreading.cpp82 pthread_attr_t Attr; in llvm_execute_on_thread() local
/external/clang/tools/libclang/
DCXCursor.h26 class Attr; variable

12345