/llvm-project/libcxx/test/std/ranges/range.adaptors/range.elements/ |
H A D | types.h | 36 struct Common : TupleBufferView { struct 52 using SimpleCommon = Common<true>; argument
|
/llvm-project/libcxx/test/std/iterators/predef.iterators/iterators.common/ |
H A D | arrow.pass.cpp | 28 using Common = std::common_iterator<Iterator, sentinel_wrapper<Iterator>>; in test() typedef 48 using Common = std::common_iterator<Iterator, sentinel_type<int*>>; in test() typedef 72 using Common = std::common_iterator<Iterator, sentinel_type<int*>>; in test() typedef
|
H A D | plus_plus.pass.cpp | 157 using Common = std::common_iterator<cpp17_output_iterator<int*>, sentinel_type<int*>>; in test() typedef
|
/llvm-project/libcxx/test/support/ |
H A D | indirectly_readable.h | 16 struct Common { }; struct
|
/llvm-project/libcxx/test/std/ranges/range.req/range.refinements/ |
H A D | common_range.compile.pass.cpp | 18 template<class It> struct Common { It begin() const; It end() const; }; struct
|
/llvm-project/clang/test/CodeGen/ |
H A D | pr19841.cpp | 3 namespace Common { namespace
|
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.zip/ |
H A D | types.h | 35 struct Common : IntBufferView { struct 51 using SimpleCommon = Common<true>; argument
|
/llvm-project/libcxx/test/std/iterators/iterator.requirements/iterator.concepts/iterator.concept.readable/ |
H A D | iter_common_reference_t.compile.pass.cpp | 36 struct Common { Common(A); Common(B); }; struct
|
/llvm-project/llvm/include/llvm/ObjCopy/ |
H A D | ConfigManager.h | 39 CommonConfig Common; member
|
/llvm-project/clang-tools-extra/clang-tidy/misc/ |
H A D | UseInternalLinkageCheck.cpp | 91 auto Common = registerMatchers() local
|
/llvm-project/compiler-rt/lib/orc/ |
H A D | executor_symbol_def.h | 36 Common = 1U << 2, enumerator
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | RDFCopy.cpp | 84 bool Common = false; updateMap() local
|
/llvm-project/llvm/include/llvm/MC/ |
H A D | SectionKind.h | 108 Common, enumerator
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | GenericTaintChecker.cpp | 317 struct Common { argument 316 struct Common { global() struct 318 Scope__anon146649730111::TaintConfiguration::Common global() argument
|
/llvm-project/llvm/include/llvm/ExecutionEngine/ |
H A D | JITSymbol.h | 83 Common = 1U << 2, enumerator
|
/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | Gnu.h | 86 Common(const char *Name, const char *ShortName, const ToolChain &TC) Common() function
|
/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriterDecl.cpp | 206 getPartialSpecializations(T * Common) getPartialSpecializations() argument 209 getPartialSpecializations(FunctionTemplateDecl::Common *) getPartialSpecializations() argument 215 auto *Common = D->getCommonPtr(); AddTemplateSpecializations() local
|
/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | SelectionTests.cpp | 80 const SelectionTree::Node *Common, in verifyCommonAncestor()
|
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineMulDivRem.cpp | 1515 if (Instruction *Common = commonIDivTransforms(I)) visitUDiv() local 1584 if (Instruction *Common = commonIDivTransforms(I)) visitSDiv() local 2231 if (Instruction *Common = commonIRemTransforms(I)) visitSRem() local [all...] |
/llvm-project/clang/include/clang/AST/ |
H A D | ExprCXX.h | 5106 assert(Common->isTypeDependent() && Ty->isDependentType() && in CoroutineSuspendExpr() argument 5082 enum SubExpr { Operand, Common, Ready, Suspend, Resume, Count }; global() enumerator 5092 CoroutineSuspendExpr(StmtClass SC,SourceLocation KeywordLoc,Expr * Operand,Expr * Common,Expr * Ready,Expr * Suspend,Expr * Resume,OpaqueValueExpr * OpaqueValue) CoroutineSuspendExpr() argument 5198 CoroutineSuspendExpr(CoawaitExprClass,CoawaitLoc,Operand,Common,Ready,Suspend,Resume,OpaqueValue) CoroutineSuspendExpr() argument 5206 CoroutineSuspendExpr(CoawaitExprClass,CoawaitLoc,Ty,Operand,Common) CoroutineSuspendExpr() argument 5276 CoyieldExpr(SourceLocation CoyieldLoc,Expr * Operand,Expr * Common,Expr * Ready,Expr * Suspend,Expr * Resume,OpaqueValueExpr * OpaqueValue) CoyieldExpr() argument 5282 CoyieldExpr(SourceLocation CoyieldLoc,QualType Ty,Expr * Operand,Expr * Common) CoyieldExpr() argument [all...] |
H A D | DeclTemplate.h | 813 mutable CommonBase *Common = nullptr; global() variable [all...] |
/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetRegisterInfo.cpp | 280 if (unsigned Common = *A++ & *B++) firstCommonClass() local
|
H A D | ComplexDeinterleavingPass.cpp | 215 Value *Common; global() member 1126 auto *Common = FindCommonInstruction(RealMuls[i], ImagMuls[j]); collectPartialMuls() local [all...] |
/llvm-project/clang/lib/Sema/ |
H A D | JumpDiagnostics.cpp | 894 unsigned Common = GetDeepestCommonScope(JumpScope, TargetScope); DiagnoseIndirectOrAsmJump() local
|
/llvm-project/clang/lib/APINotes/ |
H A D | APINotesYAMLCompiler.cpp | 726 convertCommonEntity(const T & Common,CommonEntityInfo & Info,StringRef APIName) convertCommonEntity() argument 735 convertCommonType(const T & Common,CommonTypeInfo & Info,StringRef APIName) convertCommonType() argument
|