Home
last modified time | relevance | path

Searched refs:parseScalarBool (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DVirtualFileSystem.cpp1171 bool parseScalarBool(yaml::Node *N, bool &Result) { in parseScalarBool() function in llvm::vfs::RedirectingFileSystemParser
1415 if (!parseScalarBool(I.getValue(), Val)) in parseEntry()
1572 if (!parseScalarBool(I.getValue(), FS->CaseSensitive)) in parse()
1575 if (!parseScalarBool(I.getValue(), FS->IsRelativeOverlay)) in parse()
1578 if (!parseScalarBool(I.getValue(), FS->UseExternalNames)) in parse()
1581 if (!parseScalarBool(I.getValue(), FS->IsFallthrough)) in parse()
/external/clang/lib/Basic/
DVirtualFileSystem.cpp986 bool parseScalarBool(yaml::Node *N, bool &Result) { in parseScalarBool() function in __anon45e96e000711::RedirectingFileSystemParser
1220 if (!parseScalarBool(I->getValue(), Val)) in parseEntry()
1354 if (!parseScalarBool(I->getValue(), FS->CaseSensitive)) in parse()
1357 if (!parseScalarBool(I->getValue(), FS->IsRelativeOverlay)) in parse()
1360 if (!parseScalarBool(I->getValue(), FS->UseExternalNames)) in parse()
/external/llvm-project/llvm/lib/Support/
DVirtualFileSystem.cpp1219 bool parseScalarBool(yaml::Node *N, bool &Result) { in parseScalarBool() function in llvm::vfs::RedirectingFileSystemParser
1455 if (!parseScalarBool(I.getValue(), Val)) in parseEntry()
1612 if (!parseScalarBool(I.getValue(), FS->CaseSensitive)) in parse()
1615 if (!parseScalarBool(I.getValue(), FS->IsRelativeOverlay)) in parse()
1618 if (!parseScalarBool(I.getValue(), FS->UseExternalNames)) in parse()
1621 if (!parseScalarBool(I.getValue(), FS->IsFallthrough)) in parse()