Home
last modified time | relevance | path

Searched defs:isActive (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeEmitter.h58 bool isActive() const { return true; } in isActive() function
H A DEvalEmitter.h69 bool isActive() const { return CurrentLabel == ActiveLabel; } in isActive() function
H A DPointer.h483 bool isActive() const { in isActive() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DSourcePrinter.h52 bool isActive() const { return VarIdx != NullVarIdx; } in isActive() function
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h397 bool isActive(Parser &P) const { in isActive() function
1033 bool isActive; variable
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp4106 llvm::Instruction *isActive = Builder.CreateUnreachable(); in EmitDelegateCallArg() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp133 bool isActive() const { return Active; } in isActive() function in __anon730428320111::AArch64AsmParser::PrefixInfo