Home
last modified time | relevance | path

Searched defs:atBegin (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDIntervalMap.h897 bool atBegin() const { in atBegin() function
1361 bool atBegin() const { return path.atBegin(); } in atBegin() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
HDExecution.cpp1143 bool atBegin(Parent->begin() == me); in visitCallSite() local