Home
last modified time | relevance | path

Searched refs:NameStart (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Support/Windows/
DPath.inc164 Path::isAbsolute(const char *NameStart, unsigned NameLen) {
165 assert(NameStart);
173 return NameStart[0] == '/';
176 (NameStart[0] == '/' || (NameStart[1] == ':' && NameStart[2] == '/')) ||
177 (NameStart[0] == '\\' || (NameStart[1] == ':' && NameStart[2] == '\\'));
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DPathV1.h323 static bool isAbsolute(const char *NameStart, unsigned NameLen),
/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLLexer.cpp349 const char *NameStart = CurPtr; in ReadVarName() local
357 StrVal.assign(NameStart, CurPtr); in ReadVarName()
/external/llvm/lib/AsmParser/
DLLLexer.cpp320 const char *NameStart = CurPtr; in ReadVarName() local
330 StrVal.assign(NameStart, CurPtr); in ReadVarName()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
DLLLexer.cpp320 const char *NameStart = CurPtr; in ReadVarName() local
330 StrVal.assign(NameStart, CurPtr); in ReadVarName()
/external/swiftshader/third_party/LLVM/lib/Support/Unix/
DPath.inc108 Path::isAbsolute(const char *NameStart, unsigned NameLen) {
109 assert(NameStart);
112 return NameStart[0] == '/';
/external/llvm/lib/Support/
DYAMLParser.cpp1118 StringRef::iterator NameStart = Current; in scanDirective() local
1120 StringRef Name(NameStart, Current - NameStart); in scanDirective()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DYAMLParser.cpp1112 StringRef::iterator NameStart = Current; in scanDirective() local
1114 StringRef Name(NameStart, Current - NameStart); in scanDirective()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWasmObjectFile.cpp219 const uint8_t *NameStart = Ctx.Ptr; in readSection() local
221 Size -= Ctx.Ptr - NameStart; in readSection()