Home
last modified time | relevance | path

Searched defs:Common (Results 1 – 25 of 36) sorted by relevance

12

/llvm-project/libcxx/test/std/ranges/range.adaptors/range.elements/
H A Dtypes.h36 struct Common : TupleBufferView { struct
52 using SimpleCommon = Common<true>; argument
/llvm-project/libcxx/test/std/iterators/predef.iterators/iterators.common/
H A Darrow.pass.cpp28 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 Dplus_plus.pass.cpp157 using Common = std::common_iterator<cpp17_output_iterator<int*>, sentinel_type<int*>>; in test() typedef
/llvm-project/libcxx/test/support/
H A Dindirectly_readable.h16 struct Common { }; struct
/llvm-project/libcxx/test/std/ranges/range.req/range.refinements/
H A Dcommon_range.compile.pass.cpp18 template<class It> struct Common { It begin() const; It end() const; }; struct
/llvm-project/clang/test/CodeGen/
H A Dpr19841.cpp3 namespace Common { namespace
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.zip/
H A Dtypes.h35 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 Diter_common_reference_t.compile.pass.cpp36 struct Common { Common(A); Common(B); }; struct
/llvm-project/llvm/include/llvm/ObjCopy/
H A DConfigManager.h39 CommonConfig Common; member
/llvm-project/clang-tools-extra/clang-tidy/misc/
H A DUseInternalLinkageCheck.cpp91 auto Common = registerMatchers() local
/llvm-project/compiler-rt/lib/orc/
H A Dexecutor_symbol_def.h36 Common = 1U << 2, enumerator
/llvm-project/llvm/lib/Target/Hexagon/
H A DRDFCopy.cpp84 bool Common = false; updateMap() local
/llvm-project/llvm/include/llvm/MC/
H A DSectionKind.h108 Common, enumerator
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp317 struct Common { argument
316 struct Common { global() struct
318 Scope__anon146649730111::TaintConfiguration::Common global() argument
/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DJITSymbol.h83 Common = 1U << 2, enumerator
/llvm-project/clang/lib/Driver/ToolChains/
H A DGnu.h86 Common(const char *Name, const char *ShortName, const ToolChain &TC) Common() function
/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp206 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 DSelectionTests.cpp80 const SelectionTree::Node *Common, in verifyCommonAncestor()
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp1515 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 DExprCXX.h5106 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 DDeclTemplate.h813 mutable CommonBase *Common = nullptr; global() variable
[all...]
/llvm-project/llvm/lib/CodeGen/
H A DTargetRegisterInfo.cpp280 if (unsigned Common = *A++ & *B++) firstCommonClass() local
H A DComplexDeinterleavingPass.cpp215 Value *Common; global() member
1126 auto *Common = FindCommonInstruction(RealMuls[i], ImagMuls[j]); collectPartialMuls() local
[all...]
/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp894 unsigned Common = GetDeepestCommonScope(JumpScope, TargetScope); DiagnoseIndirectOrAsmJump() local
/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp726 convertCommonEntity(const T & Common,CommonEntityInfo & Info,StringRef APIName) convertCommonEntity() argument
735 convertCommonType(const T & Common,CommonTypeInfo & Info,StringRef APIName) convertCommonType() argument

12