Searched refs:LLVM_EXPLICIT (Results 1 - 25 of 30) sorted by relevance

12

/external/llvm/include/llvm/ADT/
H A DOwningPtr.h73 LLVM_EXPLICIT operator bool() const { return Ptr != 0; }
136 LLVM_EXPLICIT operator bool() const { return Ptr != 0; }
H A DPointerUnion.h113 LLVM_EXPLICIT operator bool() const { return !isNull(); }
260 LLVM_EXPLICIT operator bool() const { return !isNull(); }
368 LLVM_EXPLICIT operator bool() const { return !isNull(); }
H A DOptional.h118 LLVM_EXPLICIT operator bool() const { return hasVal; }
/external/llvm/include/llvm/Analysis/
H A DInlineCost.h79 LLVM_EXPLICIT operator bool() const {
/external/llvm/lib/Support/Windows/
H A DWindows.h79 LLVM_EXPLICIT operator bool() const {
/external/clang/include/clang/AST/
H A DStmtIterator.h151 LLVM_EXPLICIT operator bool() const { return !empty(); }
194 LLVM_EXPLICIT operator bool() const { return !empty(); }
H A DNestedNameSpecifier.h234 LLVM_EXPLICIT operator bool() const { return Qualifier; }
H A DExternalASTSource.h332 LLVM_EXPLICIT operator bool() const { return Ptr != 0; }
H A DDeclarationName.h185 LLVM_EXPLICIT operator bool() const {
H A DCanonicalType.h84 LLVM_EXPLICIT operator bool() const { return !isNull(); }
H A DTypeLoc.h93 LLVM_EXPLICIT operator bool() const { return Ty; }
/external/llvm/include/llvm/Support/
H A DCompiler.h368 /// \macro LLVM_EXPLICIT
373 #define LLVM_EXPLICIT explicit macro
375 #define LLVM_EXPLICIT macro
H A DCallSite.h81 LLVM_EXPLICIT operator bool() const { return I.getPointer(); }
/external/clang/include/clang/Lex/
H A DModuleMap.h99 LLVM_EXPLICIT operator bool() const { return Storage.getPointer() != 0; }
H A DMacroInfo.h424 LLVM_EXPLICIT operator bool() const { return isValid(); }
/external/clang/include/clang/Sema/
H A DOwnership.h68 LLVM_EXPLICIT operator bool() const { return Ptr != 0; }
H A DTypoCorrection.h154 LLVM_EXPLICIT operator bool() const { return bool(CorrectionName); }
H A DInitialization.h889 LLVM_EXPLICIT operator bool() const { return !Failed(); }
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStore.h234 LLVM_EXPLICIT operator bool() { return First && Binding; }
/external/clang/include/clang/Analysis/Analyses/
H A DFormatString.h52 LLVM_EXPLICIT operator bool() const { return flag; }
/external/llvm/include/llvm/CodeGen/
H A DSlotIndexes.h165 LLVM_EXPLICIT operator bool() const { return isValid(); }
/external/llvm/include/llvm/
H A DDebugInfo.h104 LLVM_EXPLICIT operator bool() const { return DbgNode != 0; }
/external/clang/include/clang/Analysis/
H A DCFG.h272 LLVM_EXPLICIT operator bool() const { return getStmt(); }
/external/clang/include/clang/Basic/
H A DDiagnostic.h1226 LLVM_EXPLICIT operator bool() const { return Message.size() > 0; }
/external/clang/lib/CodeGen/
H A DCodeGenFunction.h2008 LLVM_EXPLICIT operator bool() const { return ValueAndIsReference.getOpaqueValue() != 0; }

Completed in 436 milliseconds

12