/external/clang/test/Analysis/ |
D | global-region-invalidation.c | 106 void Function2(void); 117 Function2(); in Function1() 119 void Function2(void) { in Function2() function
|
/external/libcxx/benchmarks/ |
D | function.bench.cpp | 154 template <class Function1, class Function2> 157 Function values[2] = {MakeFunction(Function1()), MakeFunction(Function2())}; in run() 164 static bool skip() { return Function1() > Function2(); } in skip() 167 return "BM_Swap" + Function1::name() + Function2::name(); in name()
|
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITCAPITest.cpp | 244 Function2 = LLVMAddFunction( in buildModuleWithCodeAndData() 246 LLVMSetFunctionCallConv(Function2, LLVMCCallConv); in buildModuleWithCodeAndData() 248 LLVMBasicBlockRef Entry = LLVMAppendBasicBlock(Function2, "entry"); in buildModuleWithCodeAndData() 252 LLVMValueRef Arg = LLVMGetParam(Function2, 0); in buildModuleWithCodeAndData() 326 LLVMValueRef Function2; member in __anondb1e80810111::MCJITCAPITest 443 reinterpret_cast<uintptr_t>(LLVMGetPointerToGlobal(Engine, Function2))); in TEST_F()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITCAPITest.cpp | 245 Function2 = LLVMAddFunction( in buildModuleWithCodeAndData() 247 LLVMSetFunctionCallConv(Function2, LLVMCCallConv); in buildModuleWithCodeAndData() 249 LLVMBasicBlockRef Entry = LLVMAppendBasicBlock(Function2, "entry"); in buildModuleWithCodeAndData() 253 LLVMValueRef Arg = LLVMGetParam(Function2, 0); in buildModuleWithCodeAndData() 327 LLVMValueRef Function2; member in __anonab9db5b90111::MCJITCAPITest 444 reinterpret_cast<uintptr_t>(LLVMGetPointerToGlobal(Engine, Function2))); in TEST_F()
|
/external/clang/test/Misc/ |
D | integer-literal-printing.cpp | 8 template <unsigned short T> void Function2(Type2<T>& x) {} // expected-note{{candidate function [wi… in Function2() function 69 Function2(Type2<42>()); // expected-error{{no matching function for call to 'Function2'}} in Function()
|
/external/kotlinc/lib/ |
D | kotlinx-serialization-compiler-plugin.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/jetbrains/
org/ ... |
D | kotlin-scripting-jvm.jar | META-INF/
META-INF/MANIFEST.MF
kotlin/
kotlin/script/
kotlin/ ... |
D | kotlin-compiler.jar | META-INF/MANIFEST.MF
org/jetbrains/kotlin/utils/JavaSdkUtil.class
JavaSdkUtil ... |
D | kotlin-scripting-compiler.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/jetbrains/
org/ ... |
D | kotlin-scripting-common.jar | META-INF/
META-INF/MANIFEST.MF
kotlin/
kotlin/script/
kotlin/ ... |
D | kotlin-annotation-processing.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/jetbrains/
org/ ... |
D | kotlin-stdlib.jar | META-INF/
META-INF/MANIFEST.MF
kotlin/
kotlin/jvm/
kotlin/ ... |
D | kotlin-daemon-client.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/jetbrains/
org/ ... |
D | kotlin-main-kts.jar | META-INF/MANIFEST.MF
org/jetbrains/kotlin/mainKts/MainKtsScriptDefinition$1$ ... |
D | kotlin-reflect.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/descriptors.jvm. ... |
D | android-extensions-compiler.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/jetbrains/
org/ ... |
/external/clang/lib/AST/ |
D | ASTImporter.cpp | 672 const FunctionType *Function2 = cast<FunctionType>(T2); in IsStructurallyEquivalent() local 674 Function2->getReturnType())) in IsStructurallyEquivalent() 676 if (Function1->getExtInfo() != Function2->getExtInfo()) in IsStructurallyEquivalent()
|
/external/clang/lib/Sema/ |
D | SemaOverload.cpp | 3354 FunctionDecl *Function2) { in compareConversionFunctions() argument 3368 CXXConversionDecl *Conv2 = dyn_cast<CXXConversionDecl>(Function2); in compareConversionFunctions()
|