HomeSort by: relevance | last modified time | path
    Searched defs:None (Results 1 - 25 of 118) sorted by relevancy

1 2 3 4 5

  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
None.h 1 //===-- None.h - Simple null value for implicit construction ------*- C++ -*-=//
9 // This file provides None, an enumerator for use in implicit constructors
22 enum class NoneType { None = 1 };
23 const NoneType None = NoneType::None;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/
IPO.h 239 None, ///< Do nothing.
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Instrumentation/
AddressSanitizerOptions.h 18 None, ///< Do not emit any destructors for ASan
  /src/external/apache2/llvm/dist/llvm/include/llvm/Linker/
Linker.h 29 None = 0,
46 bool linkInModule(std::unique_ptr<Module> Src, unsigned Flags = Flags::None,
51 unsigned Flags = Flags::None,
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
PrettyFunctionDumper.h 22 enum class PointerType { None, Pointer, Reference };
PrettyCompilandDumper.h 22 enum Flags { None = 0x0, Children = 0x1, Symbols = 0x2, Lines = 0x4 };
  /src/external/apache2/llvm/dist/clang/include/clang/Index/
IndexingOptions.h 22 None,
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
IPDBRawSymbol.h 25 None = 0,
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DependenceFlags.h 37 None = 0,
72 None = 0,
90 None = 0, \
109 None = 0,
137 Dependence() : V(None) {}
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
XRayInstr.h 38 constexpr XRayInstrMask None = 0;
SyncScope.h 65 enum class AtomicScopeModelKind { None, OpenCL };
89 /// \return an empty std::unique_ptr for AtomicScopeModelKind::None.
144 case AtomicScopeModelKind::None:
DiagnosticOptions.h 40 None = 0,
  /src/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/
ASTSelection.h 27 None,
48 /// a selection kind. The kind might be none as the node itself might not
68 /// \returns None if no nodes are selected in the AST, or a selected AST node
  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
DependencyOutputOptions.h 18 enum class ShowIncludesDestination { None, Stdout, Stderr };
48 ShowIncludesDestination ShowIncludesDest = ShowIncludesDestination::None;
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCTargetOptions.h 19 None, ///< No exception support
29 None, ///< No compression
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
FunctionImport.h 42 None,
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
VFABIDemangling.cpp 21 None, // Not found.
100 /// parsing error. If nothing is parsed, it returns None.
114 return ParseRet::None;
127 /// parsing error. If nothing is parsed, it returns None.
134 if (Ret != ParseRet::None)
139 if (Ret != ParseRet::None)
144 if (Ret != ParseRet::None)
149 if (Ret != ParseRet::None)
152 return ParseRet::None;
163 /// parsing error. If nothing is parsed, it returns None
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
PDBSymbol.cpp 125 defaultDump(outs(), 0, PdbSymbolIdField::All, PdbSymbolIdField::None);
143 return findAllChildren(PDB_SymType::None);
208 if ((FieldId & ShowFlags) == PdbSymbolIdField::None)
215 if ((FieldId & RecurseFlags) == PdbSymbolIdField::None)
228 // Don't recurse more than once, so pass PdbSymbolIdField::None) for the
230 Child->defaultDump(OS, Indent + 2, ShowFlags, PdbSymbolIdField::None);
  /src/external/apache2/llvm/dist/llvm/lib/Support/
Statistic.cpp 211 assert(yaml::needsQuotes(Stat->getDebugType()) == yaml::QuotingType::None &&
213 assert(yaml::needsQuotes(Stat->getName()) == yaml::QuotingType::None &&
  /src/external/apache2/llvm/dist/llvm/tools/opt/
NewPMDriver.cpp 55 enum class DebugLogging { None, Normal, Verbose };
60 cl::init(DebugLogging::None),
267 P = None;
296 StandardInstrumentations SI(DebugPM != DebugLogging::None, VerifyEachPass,
  /src/external/gpl3/binutils/dist/gprofng/src/
PRBTree.h 63 None,
  /src/external/gpl3/binutils.old/dist/gprofng/src/
PRBTree.h 63 None,
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_stack_store.h 27 None = 0,
  /src/external/apache2/llvm/dist/clang/include/clang/Tooling/ASTDiff/
ASTDiff.h 28 None,
42 ChangeKind Change = None;
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
ASTConsumers.cpp 36 enum Kind { DumpFull, Dump, Print, None };
85 DC->dumpLookups(Out, OutputKind != None, OutputKind == DumpFull);
94 } else if (OutputKind != None) {
171 : DumpDecls ? ASTPrinter::Dump : ASTPrinter::None,

Completed in 36 milliseconds

1 2 3 4 5