HomeSort by relevance Sort by last modified time
    Searched refs:FunctionName (Results 1 - 12 of 12) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/cairo/
OpenGLShims.cpp 29 #define ASSIGN_FUNCTION_TABLE_ENTRY(FunctionName, success) \
30 openGLFunctionTable()->FunctionName = reinterpret_cast<FunctionName##Type>(lookupOpenGLFunctionAddress(#FunctionName, success))
51 static void* lookupOpenGLFunctionAddress(const char* functionName, bool& success)
56 void* target = getProcAddress(functionName);
60 String fullFunctionName(functionName);
66 fullFunctionName = functionName;
OpenGLShims.h 122 #define FUNCTION_TABLE_ENTRY(FunctionName) FunctionName##Type FunctionName
  /external/llvm/lib/Transforms/IPO/
LoopExtractor.cpp 204 std::string FunctionName, BlockName;
205 In >> FunctionName;
209 std::make_pair(FunctionName, BlockName));
  /external/v8/src/
accessors.h 39 V(FunctionName) \
accessors.cc 545 // Accessors::FunctionName
557 const AccessorDescriptor Accessors::FunctionName = {
bootstrapper.cc 359 Handle<Proxy> proxy = factory->NewProxy(&Accessors::FunctionName);
506 Handle<Proxy> proxy = factory->NewProxy(&Accessors::FunctionName);
    [all...]
  /frameworks/compile/slang/
slang_rs_reflection.h 175 const std::string &FunctionName,
182 const std::string &FunctionName,
slang_rs_reflection.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp     [all...]
CGObjCGNU.cpp 53 const char *FunctionName;
59 LazyRuntimeFunction() : CGM(0), FunctionName(0), Function(0) {}
67 FunctionName = name;
82 if (0 == FunctionName) return 0;
88 cast<llvm::Constant>(CGM->CreateRuntimeFunction(FTy, FunctionName));
    [all...]
CGExpr.cpp     [all...]

Completed in 208 milliseconds