HomeSort by relevance Sort by last modified time
    Searched defs:Function2 (Results 1 - 5 of 5) sorted by null

  /external/clang/test/Analysis/
global-region-invalidation.c 106 void Function2(void);
117 Function2();
119 void Function2(void) {
  /external/clang/test/Misc/
integer-literal-printing.cpp 8 template <unsigned short T> void Function2(Type2<T>& x) {} // expected-note{{candidate function [with T = 42] not viable: expects an l-value for 1st argument}}
69 Function2(Type2<42>()); // expected-error{{no matching function for call to 'Function2'}}
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITCAPITest.cpp 243 Function2 = LLVMAddFunction(
245 LLVMSetFunctionCallConv(Function2, LLVMCCallConv);
247 LLVMBasicBlockRef Entry = LLVMAppendBasicBlock(Function2, "entry");
251 LLVMValueRef Arg = LLVMGetParam(Function2, 0);
328 LLVMValueRef Function2;
428 SetGlobalFct.raw = LLVMGetPointerToGlobal(Engine, Function2);
  /external/chromium_org/v8/test/cctest/
test-types.cc 241 TypeHandle Function2(TypeHandle result, TypeHandle arg1, TypeHandle arg2) {
659 TypeHandle function2 = T.Function2(type1, type2, type3); local
662 CHECK(function2->IsFunction());
676 TypeHandle function2 = T.Function2(type1, type2, type3); local
679 CHECK_EQ(2, function2->AsFunction()->Arity());
682 CheckEqual(type1, function2->AsFunction()->Result());
685 CheckEqual(T.Any, function2->AsFunction()->Receiver());
687 CheckEqual(type2, function2->AsFunction()->Parameter(0))
    [all...]
  /external/clang/lib/AST/
ASTImporter.cpp 572 const FunctionType *Function2 = cast<FunctionType>(T2);
574 Function2->getReturnType()))
576 if (Function1->getExtInfo() != Function2->getExtInfo())
    [all...]

Completed in 125 milliseconds