Home
last modified time | relevance | path

Searched refs:setAttr (Results 1 – 8 of 8) sorted by relevance

/freebsd/crypto/openssl/crypto/objects/
H A Dobjects.txt1240 set-attr 0 : setAttr-Cert
1241 set-attr 1 : setAttr-PGWYcap : payment gateway capabilities
1242 set-attr 2 : setAttr-TokenType
1243 set-attr 3 : setAttr-IssCap : issuer capabilities
1245 setAttr-Cert 0 : set-rootKeyThumb
1246 setAttr-Cert 1 : set-addPolicy
1248 setAttr-TokenType 1 : setAttr-Token-EMV
1249 setAttr-TokenType 2 : setAttr-Token-B0Prime
1251 setAttr-IssCap 3 : setAttr-IssCap-CVM
1252 setAttr-IssCap 4 : setAttr-IssCap-T2
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVSymbol.cpp74 CurrentLocation->setAttr(Attr); in addLocation()
109 Gap->setAttr(dwarf::DW_AT_location); in addLocationGap()
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h202 void setAttr(std::string MAttr) { TMBuilder.MAttr = std::move(MAttr); } in setAttr() function
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVObject.h233 void setAttr(dwarf::Attribute Attr) { TagAttrOpcode.Attr = Attr; } in setAttr() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h901 void setAttr(const Attr *A) { in setAttr() function
912 setAttr(nullptr); in initializeLocal()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp5775 TL.setAttr(State.takeAttrForAttributedType(TL.getTypePtr())); in fillAttributedTypeLoc()
H A DTreeTransform.h7371 newTL.setAttr(newAttr); in TransformAttributedType()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp6999 TL.setAttr(ReadAttr()); in VisitAttributedTypeLoc()