Home
last modified time | relevance | path

Searched refs:path_empty (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/tests/sys/file/
H A Dpath_test.c393 ATF_TC_WITHOUT_HEAD(path_empty);
394 ATF_TC_BODY(path_empty, tc) in ATF_TC_BODY() argument
1018 ATF_TP_ADD_TC(tp, path_empty); in ATF_TP_ADD_TCS()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp361 if (C->path_empty()) in createCastPath()
H A DTextNodeDumper.cpp1020 if (Node->path_empty()) in dumpBasePath()
H A DExpr.cpp1805 assert(!path_empty() && "Cast kind should have a base path!"); in CastConsistency()
1921 assert(path_empty() && "Cast kind should not have a base path!"); in CastConsistency()
H A DExprConstant.cpp10047 if (E->path_empty()) in VisitCastExpr()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h3534 bool path_empty() const { return path_size() == 0; } in path_empty() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp16103 assert(ICE->path_empty() && "fixing up hierarchy conversion?"); in FixOverloadedFunctionReference()