Home
last modified time | relevance | path

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

/netbsd-src/external/mit/libcbor/dist/docs/doxygen/search/
H A Dsearch.js103 this.OnSearchFieldFocus = function(isActive) argument
374 this.Activate = function(isActive) argument
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DEvalEmitter.h113 bool isActive() { return CurrentLabel == ActiveLabel; } in isActive() function
H A DPointer.h242 bool isActive() const { return Base == 0 || getInlineDesc()->IsActive; } in isActive() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DSourcePrinter.h50 bool isActive() const { return VarIdx != NullVarIdx; } in isActive() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCleanup.h317 bool isActive() const { return CleanupBits.IsActive; } in isActive() function
H A DCGCall.cpp3723 llvm::Instruction *isActive = Builder.CreateUnreachable(); in EmitDelegateCallArg() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h337 bool isActive(Parser &P) const { in isActive() function
944 bool isActive; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDiagnostic.h1300 bool isActive() const { return IsActive; } in isActive() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp126 bool isActive() const { return Active; } in isActive() function in __anon65f0dadd0111::AArch64AsmParser::PrefixInfo