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

  /external/deqp/framework/opengl/
gluStrUtilPrototypes.inl 35 const char* getBufferName (int value);
110 inline tcu::Format::Enum<int, 2> getBufferStr (int value) { return tcu::Format::Enum<int, 2>(getBufferName, value); }
gluStrUtil.inl 562 const char* getBufferName (int value)
    [all...]
  /external/clang/lib/Lex/
PPLexerChange.cpp 94 << std::string(SourceMgr.getBufferName(FileStart)) << "";
PPDirectives.cpp 188 (strcmp(SourceMgr.getBufferName(MacroNameLoc), "<built-in>") != 0)) {
    [all...]
  /external/clang/include/clang/Basic/
SourceManager.h     [all...]
  /external/clang/lib/CodeGen/
CoverageMappingGen.cpp 128 return strcmp(SM.getBufferName(SM.getSpellingLoc(Loc)), "<built-in>") == 0;
    [all...]
CodeGenModule.cpp     [all...]
  /external/clang/lib/Basic/
SourceManager.cpp     [all...]

Completed in 240 milliseconds