/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | HashTable.h | 218 const_iterator find_as(const Key &K, TraitsT &Traits) const { in find_as() 250 bool set_as(const Key &K, ValueT V, TraitsT &Traits) { in set_as() 255 ValueT get(const Key &K, TraitsT &Traits) const { in get() 273 bool set_as_internal(const Key &K, ValueT V, TraitsT &Traits, in set_as_internal() 301 void grow(TraitsT &Traits) { in grow()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | JSONNodeDumper.h | 131 const comments::CommandTraits *Traits; variable 190 const comments::CommandTraits *Traits) in JSONNodeDumper() 441 const comments::CommandTraits *Traits) in JSONDumper()
|
H A D | CommentBriefParser.h | 32 const CommandTraits &Traits; variable
|
H A D | CommentParser.h | 51 const CommandTraits &Traits; variable
|
H A D | TextNodeDumper.h | 156 const comments::CommandTraits *Traits = nullptr; variable
|
H A D | CommentLexer.h | 231 const CommandTraits &Traits; variable
|
/freebsd/contrib/llvm-project/clang/lib/Index/ |
H A D | CommentToXML.cpp | 99 const CommandTraits &Traits) : in FullCommentParts() 224 const CommandTraits &Traits) : in CommentASTToHTMLConverter() 258 const CommandTraits &Traits; member in __anon841f57080111::CommentASTToHTMLConverter 535 const CommandTraits &Traits, in CommentASTToXMLConverter() 574 const CommandTraits &Traits; member in __anon841f57080211::CommentASTToXMLConverter
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | CommentBriefParser.cpp | 47 BriefParser::BriefParser(Lexer &L, const CommandTraits &Traits) : in BriefParser()
|
H A D | CommentLexer.cpp | 738 const CommandTraits &Traits, SourceLocation FileLoc, in Lexer()
|
H A D | CommentParser.cpp | 388 const CommandTraits &Traits): in Parser()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | TypeSwitch.h | 55 using Traits = function_traits<std::decay_t<CallableT>>; in Case() local
|
H A D | IntervalMap.h | 2112 using Traits = typename MapA::KeyTraits; global() variable [all...] |
/freebsd/contrib/llvm-project/llvm/include/llvm/Option/ |
H A D | ArgList.h | 69 using Traits = std::iterator_traits<BaseIter>; variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | SSAUpdaterImpl.h | 34 using Traits = SSAUpdaterTraits<UpdaterT>; variable
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | ImmutableGraph.h | 39 using Traits = GraphTraits<ImmutableGraph<NodeValueT, EdgeValueT> *>; variable
|
H A D | X86LoadValueInjectionLoadHardening.cpp | 194 using Traits = llvm::GraphTraits<GraphType *>; typedef
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | DeclSpec.h | 472 constexpr std::array<TST, 16> Traits = { in isTransformTypeTrait() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 784 void handleConstructTrait(ArrayRef<llvm::omp::TraitProperty> Traits, in handleConstructTrait() 4224 SmallVector<llvm::omp::TraitProperty, 8> Traits; in handleDeclareVariantConstructTrait() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.cpp | 5867 llvm::Value *Traits = Addr.emitRawPointer(CGF); in emitUsesAllocatorsInit() local
|