Home
last modified time | relevance | path

Searched refs:toC (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/clang/test/SemaObjCXX/
Dconversion-ranking.mm40 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/
Dconversion-ranking.mm40 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/
DCallGraphSort.cpp139 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/
DCallGraphSort.cpp110 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/
Dp4toEbpf.py91 e.toC(serializer)
DebpfProgram.py144 def toC(self, serializer): member in EbpfProgram