Home
last modified time | relevance | path

Searched defs:Ca (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/test/SemaCXX/
H A Derr_typecheck_assign_const_filecheck.cpp58 void test1(A a, const A Ca) { in test1()
75 void test2(A a, const A Ca) { in test2()
127 void test3(A a, const A Ca) { in test3()
194 void test4(const A Ca) { in test4()
224 void test5(const A Ca) { in test5()
/llvm-project/bolt/lib/Passes/
H A DPettisAndHansen.cpp32 ClusterArc(Cluster *Ca, Cluster *Cb, double W = 0) in ClusterArc()
/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp909 Constant *Ca = ConstantFoldLoadFromConst(C, LoadTy, ConstOffset, DL); foldPatternedLoads() local