Home
last modified time | relevance | path

Searched refs:IDA (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSemaConcept.h46 llvm::FoldingSetNodeID IDA, IDB; in hasMatchingParameterMapping() local
48 .Profile(IDA, C); in hasMatchingParameterMapping()
51 if (IDA != IDB) in hasMatchingParameterMapping()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DIRSimilarityIdentifier.h498 IRInstructionMapper(SpecificBumpPtrAllocator<IRInstructionData> *IDA, in IRInstructionMapper()
500 : InstDataAllocator(IDA), IDLAllocator(IDLA) { in IRInstructionMapper()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaConcept.cpp1022 llvm::FoldingSetNodeID IDA, IDB; in MaybeEmitAmbiguousAtomicConstraintsDiagnostic() local
1023 EA->Profile(IDA, Context, /*Canonical=*/true); in MaybeEmitAmbiguousAtomicConstraintsDiagnostic()
1025 if (IDA != IDB) in MaybeEmitAmbiguousAtomicConstraintsDiagnostic()