Searched defs:NewEC (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/unittests/Analysis/ | ||
H A D | ScalarEvolutionTest.cpp | 800 EXPECT_FALSE(isa<SCEVCouldNotCompute>(NewEC)); in TEST_F() local |
/llvm-project/clang/lib/AST/ | ||
H A D | Type.cpp | 5233 insert(const FunctionEffectWithCondition & NewEC,Conflicts & Errs) insert() argument |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaType.cpp | 7515 const FunctionEffectWithCondition NewEC{FunctionEffect(FEKind), handleNonBlockingNonAllocatingTypeAttr() local |
H A D | SemaDecl.cpp | 20219 diagnoseConflictingFunctionEffect(const FunctionEffectsRef & FX,const FunctionEffectWithCondition & NewEC,SourceLocation NewAttrLoc) diagnoseConflictingFunctionEffect() argument |
H A D | TreeTransform.h | 6280 FunctionEffectWithCondition NewEC = PrevEC; TransformFunctionProtoType() local |