Searched refs:toC (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/clang/test/SemaObjCXX/ |
D | conversion-ranking.mm | 40 void test_f1(ConvertsTo<B*> toB, ConvertsTo<C*> toC, ConvertsToBoth toBoth) { 42 f1(toC); 68 void test_f4(ConvertsTo<B*> toB, ConvertsTo<C*> toC, ConvertsToBoth toBoth) { 70 f4(toC); 76 void test_f5(ConvertsTo<B*> toB, ConvertsTo<C*> toC, ConvertsToBoth toBoth) { 78 f5(toC);
|
/external/clang/test/SemaObjCXX/ |
D | conversion-ranking.mm | 40 void test_f1(ConvertsTo<B*> toB, ConvertsTo<C*> toC, ConvertsToBoth toBoth) { 42 f1(toC); 68 void test_f4(ConvertsTo<B*> toB, ConvertsTo<C*> toC, ConvertsToBoth toBoth) { 70 f4(toC); 76 void test_f5(ConvertsTo<B*> toB, ConvertsTo<C*> toC, ConvertsToBoth toBoth) { 78 f5(toC);
|
/external/llvm-project/lld/ELF/ |
D | CallGraphSort.cpp | 139 Cluster &toC = clusters[to]; in CallGraphSort() local 140 if (toC.bestPred.from == -1 || toC.bestPred.weight < weight) { in CallGraphSort() 141 toC.bestPred.from = from; in CallGraphSort() 142 toC.bestPred.weight = weight; in CallGraphSort()
|
/external/llvm-project/lld/COFF/ |
D | CallGraphSort.cpp | 110 Cluster &toC = clusters[to]; in CallGraphSort() local 111 if (toC.bestPred.from == -1 || toC.bestPred.weight < weight) { in CallGraphSort() 112 toC.bestPred.from = from; in CallGraphSort() 113 toC.bestPred.weight = weight; in CallGraphSort()
|
/external/bcc/src/cc/frontends/p4/compiler/ |
D | p4toEbpf.py | 91 e.toC(serializer)
|
D | ebpfProgram.py | 144 def toC(self, serializer): member in EbpfProgram
|