HomeSort by relevance Sort by last modified time
    Searched refs:LLVM_EXPLICIT (Results 1 - 25 of 30) sorted by null

1 2

  /external/llvm/include/llvm/ADT/
OwningPtr.h 73 LLVM_EXPLICIT operator bool() const { return Ptr != 0; }
136 LLVM_EXPLICIT operator bool() const { return Ptr != 0; }
PointerUnion.h 113 LLVM_EXPLICIT operator bool() const { return !isNull(); }
260 LLVM_EXPLICIT operator bool() const { return !isNull(); }
368 LLVM_EXPLICIT operator bool() const { return !isNull(); }
Optional.h 118 LLVM_EXPLICIT operator bool() const { return hasVal; }
IntervalMap.h 499 LLVM_EXPLICIT operator bool() const { return pip.getOpaqueValue(); }
    [all...]
  /external/llvm/include/llvm/Analysis/
InlineCost.h 79 LLVM_EXPLICIT operator bool() const {
  /external/llvm/lib/Support/Windows/
Windows.h 79 LLVM_EXPLICIT operator bool() const {
  /external/clang/include/clang/AST/
StmtIterator.h 151 LLVM_EXPLICIT operator bool() const { return !empty(); }
194 LLVM_EXPLICIT operator bool() const { return !empty(); }
NestedNameSpecifier.h 234 LLVM_EXPLICIT operator bool() const { return Qualifier; }
DeclarationName.h 185 LLVM_EXPLICIT operator bool() const {
ExternalASTSource.h 332 LLVM_EXPLICIT operator bool() const { return Ptr != 0; }
CanonicalType.h 84 LLVM_EXPLICIT operator bool() const { return !isNull(); }
TypeLoc.h 93 LLVM_EXPLICIT operator bool() const { return Ty; }
    [all...]
  /external/llvm/include/llvm/Support/
Compiler.h 368 /// \macro LLVM_EXPLICIT
373 #define LLVM_EXPLICIT explicit
375 #define LLVM_EXPLICIT
CallSite.h 81 LLVM_EXPLICIT operator bool() const { return I.getPointer(); }
  /external/clang/include/clang/Lex/
ModuleMap.h 99 LLVM_EXPLICIT operator bool() const { return Storage.getPointer() != 0; }
MacroInfo.h 424 LLVM_EXPLICIT operator bool() const { return isValid(); }
  /external/clang/include/clang/Sema/
TypoCorrection.h 154 LLVM_EXPLICIT operator bool() const { return bool(CorrectionName); }
Ownership.h 68 LLVM_EXPLICIT operator bool() const { return Ptr != 0; }
Initialization.h     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 234 LLVM_EXPLICIT operator bool() { return First && Binding; }
  /external/clang/include/clang/Analysis/Analyses/
FormatString.h 52 LLVM_EXPLICIT operator bool() const { return flag; }
  /external/llvm/include/llvm/CodeGen/
SlotIndexes.h 165 LLVM_EXPLICIT operator bool() const { return isValid(); }
  /external/llvm/include/llvm/
DebugInfo.h 104 LLVM_EXPLICIT operator bool() const { return DbgNode != 0; }
  /external/clang/include/clang/Analysis/
CFG.h 272 LLVM_EXPLICIT operator bool() const { return getStmt(); }
    [all...]
  /external/clang/include/clang/Basic/
Diagnostic.h     [all...]

Completed in 356 milliseconds

1 2