Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DEvalEmitter.h112 bool isActive() const { return CurrentLabel == ActiveLabel; } in isActive() function
H A DPointer.h269 bool isActive() const { return Base == 0 || getInlineDesc()->IsActive; } in isActive() function
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DSourcePrinter.h52 bool isActive() const { return VarIdx != NullVarIdx; } in isActive() function
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCleanup.h317 bool isActive() const { return CleanupBits.IsActive; } in isActive() function
H A DCGCall.cpp3865 llvm::Instruction *isActive = Builder.CreateUnreachable(); in EmitDelegateCallArg() local
/openbsd-src/gnu/llvm/clang/include/clang/Parse/
H A DParser.h348 bool isActive(Parser &P) const { in isActive() function
979 bool isActive; variable
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DDiagnostic.h1305 bool isActive() const { return IsActive; } in isActive() function
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp134 bool isActive() const { return Active; } in isActive() function in __anonb6c3df290111::AArch64AsmParser::PrefixInfo