Searched refs:None (Results 101 - 125 of 924) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyCompilandDumper.h22 enum Flags { None = 0x0, Children = 0x1, Symbols = 0x2, Lines = 0x4 }; enumerator in enum:llvm::pdb::CompilandDumper::Flags
H A DPrettyFunctionDumper.h22 enum class PointerType { None, Pointer, Reference }; member in class:llvm::pdb::FunctionDumper::PointerType
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DASTConsumers.cpp36 enum Kind { DumpFull, Dump, Print, None }; enumerator in enum:__anon494::ASTPrinter::Kind
85 DC->dumpLookups(Out, OutputKind != None, OutputKind == DumpFull);
94 } else if (OutputKind != None)
154 ASTPrinter::None, Format,
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DAnalyzerOptions.cpp79 .Default(None);
91 .Default(None);
110 .Default(None);
159 .Default(None);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.cpp11 #include "llvm/ADT/None.h"
147 return None;
155 return None;
182 return None;
214 return None;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp31 return None;
42 return None;
46 return None;
95 return None;
104 return None;
116 return None;
123 return None;
127 return None;
146 return None;
153 return None;
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBInstructionList.i91 closest_inst = None
101 return None
H A DSBTarget.i185 process = target.Launch(self.dbg.GetListener(), None, None,
186 None, '/tmp/stdout.txt', None,
187 None, 0, False, error)
236 process = target.LaunchSimple(['X', 'Y', 'Z'], None, os.getcwd())
1009 return None
1025 return None
1053 modules = property(get_modules_array, None, doc='''A read only property that returns a list() of lldb.SBModule objects contained in this target. This list is a list all modules that the target currently is tracking (the main executable and all dependent shared libraries).''')
1054 module = property(get_modules_access_object, None, do
[all...]
H A DSBUnixSignals.i71 threads = property(get_unix_signals_list, None, doc='''A read only property that returns a list() of valid signal numbers for this platform.''')
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DAppendingTypeTableBuilder.cpp41 return None;
48 return None;
H A DGlobalTypeTableBuilder.cpp43 return None;
50 return None;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineModuleInfo.h18 #include "llvm/ADT/None.h"
53 /// \returns \p SSID's inclusion ordering, or "None" if \p SSID is not
72 return None;
127 /// than synchronization scope \p B, or "None" if either synchronization scope
133 return None;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangPersistentVariables.cpp73 return llvm::None;
80 return llvm::None;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DRemarkStreamer.h42 Optional<StringRef> Filename = None);
45 return Filename ? Optional<StringRef>(*Filename) : None;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DMinidumpTypes.cpp32 return llvm::None;
55 return llvm::None;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DSyncScope.h65 enum class AtomicScopeModelKind { None, OpenCL }; member in class:clang::SyncScope::AtomicScopeModelKind
89 /// \return an empty std::unique_ptr for AtomicScopeModelKind::None.
144 case AtomicScopeModelKind::None:
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DBPF.h68 ArrayRef<const char *> getGCCRegNames() const override { return None; }
76 return None;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DThreading.h66 /// (or None for default)
69 llvm::Optional<unsigned> StackSizeInBytes = llvm::None);
81 /// (or None for default)
84 llvm::Optional<unsigned> StackSizeInBytes = llvm::None);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h215 DebugCompressionType CompressDebugSections = DebugCompressionType::None;
306 ExceptionHandling ExceptionModel = ExceptionHandling::None;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/ASTDiff/
H A DASTDiff.h28 None, enumerator in enum:clang::diff::ChangeKind
42 ChangeKind Change = None;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsTargetMachine.cpp163 std::string CPU = !CPUAttr.hasAttribute(Attribute::None)
166 std::string FS = !FSAttr.hasAttribute(Attribute::None)
170 !F.getFnAttribute("mips16").hasAttribute(Attribute::None);
172 !F.getFnAttribute("nomips16").hasAttribute(Attribute::None);
175 !F.getFnAttribute("micromips").hasAttribute(Attribute::None);
177 !F.getFnAttribute("nomicromips").hasAttribute(Attribute::None);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp380 return None;
383 return None;
394 return None;
480 return None;
482 return None;
490 return None;
583 return None;
588 return None;
626 return None;
631 return None;
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DObjCARCInstKind.cpp80 case ARCInstKind::None:
81 return OS << "ARCInstKind::None";
152 return ARCInstKind::None;
231 return ARCInstKind::None;
307 return ARCInstKind::None;
337 case ARCInstKind::None:
373 case ARCInstKind::None:
408 case ARCInstKind::None:
443 case ARCInstKind::None:
477 case ARCInstKind::None
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h214 FlagsOp() : Flags(None) {}
523 Optional<unsigned> Flags = None) {
879 Optional<unsigned> FLags = None);
923 Optional<unsigned> Flags = None);
937 Optional<unsigned> Flags = None);
1228 Optional<unsigned> Flags = None) {
1245 Optional<unsigned> Flags = None) {
1261 Optional<unsigned> Flags = None) {
1267 Optional<unsigned> Flags = None) {
1273 Optional<unsigned> Flags = None) {
522 buildFPExt(const DstOp &Res, const SrcOp &Op, Optional<unsigned> Flags = None) argument
1226 buildAdd(const DstOp &Dst, const SrcOp &Src0, const SrcOp &Src1, Optional<unsigned> Flags = None) argument
1243 buildSub(const DstOp &Dst, const SrcOp &Src0, const SrcOp &Src1, Optional<unsigned> Flags = None) argument
1259 buildMul(const DstOp &Dst, const SrcOp &Src0, const SrcOp &Src1, Optional<unsigned> Flags = None) argument
1265 buildUMulH(const DstOp &Dst, const SrcOp &Src0, const SrcOp &Src1, Optional<unsigned> Flags = None) argument
1271 buildSMulH(const DstOp &Dst, const SrcOp &Src0, const SrcOp &Src1, Optional<unsigned> Flags = None) argument
1277 buildFMul(const DstOp &Dst, const SrcOp &Src0, const SrcOp &Src1, Optional<unsigned> Flags = None) argument
1283 buildShl(const DstOp &Dst, const SrcOp &Src0, const SrcOp &Src1, Optional<unsigned> Flags = None) argument
1289 buildLShr(const DstOp &Dst, const SrcOp &Src0, const SrcOp &Src1, Optional<unsigned> Flags = None) argument
1295 buildAShr(const DstOp &Dst, const SrcOp &Src0, const SrcOp &Src1, Optional<unsigned> Flags = None) argument
1372 buildFAdd(const DstOp &Dst, const SrcOp &Src0, const SrcOp &Src1, Optional<unsigned> Flags = None) argument
1385 buildFMA(const DstOp &Dst, const SrcOp &Src0, const SrcOp &Src1, const SrcOp &Src2, Optional<unsigned> Flags = None) argument
1392 buildFMAD(const DstOp &Dst, const SrcOp &Src0, const SrcOp &Src1, const SrcOp &Src2, Optional<unsigned> Flags = None) argument
1399 buildFNeg(const DstOp &Dst, const SrcOp &Src0, Optional<unsigned> Flags = None) argument
1405 buildFAbs(const DstOp &Dst, const SrcOp &Src0, Optional<unsigned> Flags = None) argument
1411 buildFCanonicalize(const DstOp &Dst, const SrcOp &Src0, Optional<unsigned> Flags = None) argument
1417 buildIntrinsicTrunc(const DstOp &Dst, const SrcOp &Src0, Optional<unsigned> Flags = None) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusNameParser.cpp18 using llvm::None;
25 Optional<ParsedFunction> result(None);
46 return None;
54 return None;
56 return None;
110 return None;
115 return None;
120 return None;
142 return None;
146 return None;
[all...]

Completed in 202 milliseconds

1234567891011>>