Home
last modified time | relevance | path

Searched refs:Function2 (Results 1 – 7 of 7) sorted by relevance

/external/clang/test/Analysis/
Dglobal-region-invalidation.c106 void Function2(void);
117 Function2(); in Function1()
119 void Function2(void) { in Function2() function
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp243 Function2 = LLVMAddFunction( in buildModuleWithCodeAndData()
245 LLVMSetFunctionCallConv(Function2, LLVMCCallConv); in buildModuleWithCodeAndData()
247 LLVMBasicBlockRef Entry = LLVMAppendBasicBlock(Function2, "entry"); in buildModuleWithCodeAndData()
251 LLVMValueRef Arg = LLVMGetParam(Function2, 0); in buildModuleWithCodeAndData()
328 LLVMValueRef Function2; member in __anon34c8f3e20111::MCJITCAPITest
445 reinterpret_cast<uintptr_t>(LLVMGetPointerToGlobal(Engine, Function2))); in TEST_F()
/external/clang/test/Misc/
Dinteger-literal-printing.cpp8 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/v8/test/cctest/
Dtypes-fuzz.h201 Type* Function2(Type* result, Type* arg1, Type* arg2) { in Function2() function
Dtest-types.cc465 Type* function2 = T.Function2(type1, type2, type3); in Function()
482 Type* function2 = T.Function2(type1, type2, type3); in Function()
511 Type* function21 = T.Function2(type1, type2, type2); in Function()
512 Type* function22 = T.Function2(type1, type2, type3); in Function()
513 Type* function23 = T.Function2(type1, type3, type2); in Function()
/external/clang/lib/AST/
DASTImporter.cpp617 const FunctionType *Function2 = cast<FunctionType>(T2); in IsStructurallyEquivalent() local
619 Function2->getReturnType())) in IsStructurallyEquivalent()
621 if (Function1->getExtInfo() != Function2->getExtInfo()) in IsStructurallyEquivalent()
/external/clang/lib/Sema/
DSemaOverload.cpp3301 FunctionDecl *Function2) { in compareConversionFunctions() argument
3315 CXXConversionDecl *Conv2 = dyn_cast<CXXConversionDecl>(Function2); in compareConversionFunctions()