Home
last modified time | relevance | path

Searched refs:Function2 (Results 1 – 8 of 8) 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 __anondb1e80810111::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.h214 TypeHandle Function2(TypeHandle result, TypeHandle arg1, TypeHandle arg2) { in Function2() function
Dtest-types.cc533 TypeHandle function2 = T.Function2(type1, type2, type3); in Function()
550 TypeHandle function2 = T.Function2(type1, type2, type3); in Function()
579 TypeHandle function21 = T.Function2(type1, type2, type2); in Function()
580 TypeHandle function22 = T.Function2(type1, type2, type3); in Function()
581 TypeHandle 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/opencv3/samples/java/sbt/sbt/
Dsbt-launch.jarmodule.properties org/apache/ivy/Ivy$1.class Ivy.java package org ...
/external/clang/lib/Sema/
DSemaOverload.cpp3301 FunctionDecl *Function2) { in compareConversionFunctions() argument
3315 CXXConversionDecl *Conv2 = dyn_cast<CXXConversionDecl>(Function2); in compareConversionFunctions()