Home
last modified time | relevance | path

Searched defs:IsRelative (Results 1 – 3 of 3) sorted by relevance

/src/contrib/ncurses/ncurses/tinfo/
H A Daccess.c71 #define IsRelative(pp) (*(pp) == '.' && ((*(pp+1) == '.' && IsPathDelim(pp+2)) || IsPathDelim(pp+1… macro
/src/contrib/llvm-project/lldb/source/Utility/
H A DFileSpec.cpp507 bool FileSpec::IsRelative() const { in IsRelative() function in FileSpec
/src/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp1361 const bool IsRelative = in emitCFIInstruction() local
1410 const bool IsRelative = in emitCFIInstruction() local