HomeSort by relevance Sort by last modified time
    Searched defs:getFunctionName (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /external/llvm/lib/DebugInfo/PDB/
PDBContext.cpp 38 Result.FunctionName = getFunctionName(Address, Specifier.FNKind);
95 std::string PDBContext::getFunctionName(uint64_t Address,
  /external/deqp/modules/gles31/functional/
es31fShaderUniformIntegerFunctionTests.cpp 51 virtual const char* getFunctionName() = 0;
100 "result = " << getFunctionName() << "(value);\n"
101 "comparison = (" << getFunctionName() << "(value) == " << computeExpectedResult(m_input) << ");\n";
129 m_testCtx.getLog() << TestLog::Message << "ERROR: comparison failed for " << getFunctionName() << "(" << m_input << ") == " << expectedResult << TestLog::EndMessage;
135 m_testCtx.getLog() << TestLog::Message << "ERROR: result is as expected, but not when use in condition statement (" << getFunctionName() << "(" << m_input << ") == " << expectedResult << ") == true" << TestLog::EndMessage;
197 const char* getFunctionName() {
224 const char* getFunctionName() {
es31fNegativeShaderImageLoadStoreTests.cpp 322 std::string getFunctionName (ImageOperation function)
363 params["FUNCTION_NAME"] = getFunctionName(function);
373 ctx.beginSection(getFunctionName(function) + " " + getMemoryQualifier(memory) + " " + getShaderImageLayoutQualifier(format));
  /external/swiftshader/third_party/subzero/src/
IceSwitchLowering.h 98 GlobalString getFunctionName() const { return FuncName; }
IceAssembler.h 327 GlobalString getFunctionName() const { return FunctionName; }
IceCfg.h 62 GlobalString getFunctionName() const { return FunctionName; }
WasmTranslator.cpp 132 std::string getFunctionName(const WasmModule *Module, uint32_t func_index) {
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
FunctionTable.java 311 String getFunctionName(int funcID) {
  /external/apache-xml/src/main/java/org/apache/xpath/functions/
FuncExtFunction.java 116 public String getFunctionName()
  /external/jsilver/src/com/google/clearsilver/jsilver/autoescape/
AutoEscapeContext.java 319 return getCurrentState().getFunctionName();
497 public String getFunctionName() {
  /external/deqp/external/openglcts/modules/glesext/draw_elements_base_vertex/
esextcDrawElementsBaseVertexTests.cpp 727 error_sstream << getFunctionName(test_case.function_type) << " call failed";
835 std::string DrawElementsBaseVertexTestBase::getFunctionName(_function_type function_type)
    [all...]
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 571 static std::string getFunctionName(const Decl *D) {
586 getFunctionName(D) != Opts->AnalyzeSpecificFunction)
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 74 StringRef getFunctionName() const { return FuncName; }
    [all...]
  /external/libunwind_llvm/src/
UnwindCursor.hpp 401 virtual bool getFunctionName(char *, size_t, unw_word_t *) {
402 _LIBUNWIND_ABORT("getFunctionName not implemented");
434 virtual bool getFunctionName(char *buf, size_t len, unw_word_t *off);
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 161 static StringRef getFunctionName(const DISubprogram *SP) {
324 DEBUG(dbgs() << "Function: " << getFunctionName(SP) << "\n");
338 FNLOS << getFunctionName(SP) << SP->getLine();
373 uint32_t BlockLen = 1 + 1 + 1 + lengthOfGCOVString(getFunctionName(SP)) +
382 writeGCOVString(getFunctionName(SP));
873 ? Builder.CreateGlobalStringPtr(getFunctionName(SP))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 76 StringRef getFunctionName() const { return FuncName; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 76 StringRef getFunctionName() const { return FuncName; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 76 StringRef getFunctionName() const { return FuncName; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 76 StringRef getFunctionName() const { return FuncName; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 76 StringRef getFunctionName() const { return FuncName; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 76 StringRef getFunctionName() const { return FuncName; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 76 StringRef getFunctionName() const { return FuncName; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 76 StringRef getFunctionName() const { return FuncName; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 76 StringRef getFunctionName() const { return FuncName; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 76 StringRef getFunctionName() const { return FuncName; }
    [all...]

Completed in 1188 milliseconds

1 2 3 4