Searched refs:None (Results 226 - 250 of 924) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h346 /// Exception handling format for the target. Defaults to None.
347 ExceptionHandling ExceptionsType = ExceptionHandling::None;
389 DebugCompressionType CompressDebugSections = DebugCompressionType::None;
599 return ExceptionsType != ExceptionHandling::None;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DHeaderMap.cpp154 return None;
162 return None;
205 return None;
H A DHeaderSearch.cpp336 return None;
343 return None;
390 return None;
422 return None;
497 return None;
506 return None;
530 return None;
613 return None;
618 return None;
623 return None;
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeFunctionSig.cpp177 FunctionOptions::None;
188 FunctionOptions::None;
194 return (Options & FunctionOptions::CxxReturnUdt) != FunctionOptions::None;
H A DNativeTypeEnum.cpp189 return PDB_BuiltinType::None;
245 return PDB_BuiltinType::None;
358 ModifierOptions::None);
365 ModifierOptions::None);
372 ModifierOptions::None);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h202 /// None.
206 /// None : No followup attribute was found; it is up to the
265 /// Returns 0 when the count is estimated to be 0, or None when a meaningful
306 ArrayRef<Value *> RedOps = None);
313 ArrayRef<Value *> RedOps = None);
326 ArrayRef<Value *> RedOps = None);
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DDriverUtils.cpp216 return None;
223 return None;
236 return None;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.cpp327 : X86GenSubtargetInfo(TT, CPU, FS), PICStyle(PICStyles::Style::None),
340 setPICStyle(PICStyles::Style::None);
344 setPICStyle(PICStyles::Style::None);
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DCopyConfig.h24 // Necessary for llvm::DebugCompressionType::None
87 None, // Default member in class:llvm::objcopy::DiscardType
171 DiscardType DiscardMode = DiscardType::None;
224 DebugCompressionType CompressionType = DebugCompressionType::None;
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenInstruction.h32 enum { None, EarlyClobber, Tied } Kind = None; enumerator in enum:llvm::CGIOperandList::ConstraintInfo::__anon2907
52 bool isNone() const { return Kind == None; }
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Bitstream/
H A DBitstreamWriter.h431 EmitRecordWithAbbrevImpl(Abbrev, makeArrayRef(Vals), StringRef(), None);
442 EmitRecordWithAbbrevImpl(Abbrev, makeArrayRef(Vals), Blob, None);
448 StringRef(BlobData, BlobLen), None);
456 EmitRecordWithAbbrevImpl(Abbrev, makeArrayRef(Vals), Array, None);
462 StringRef(ArrayData, ArrayLen), None);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.cpp395 return llvm::None;
398 return llvm::None;
402 return llvm::None;
406 return llvm::None;
417 return llvm::None;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitstream/Reader/
H A DBitstreamReader.cpp422 return None;
432 if (!CurBlockInfo) return None;
453 return None;
458 return None;
468 if (!CurBlockInfo) return None;
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp168 /// If none found, returns None.
174 return None;
182 return None;
188 return None;
193 return None;
200 return None;
611 return None;
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp56 enum class VariadicType { None, Src, Dst }; member in class:__anon795::GenericTaintChecker::VariadicType
114 return None;
119 return None;
232 : VariadicIndex(InvalidArgIndex), VarType(VariadicType::None),
236 VariadicType Var = VariadicType::None,
252 VariadicType::None == VarType;
324 GenericTaintChecker::VariadicType::None);
332 IO.enumCase(Value, "None", GenericTaintChecker::VariadicType::None);
433 TaintPropagationRule({}, {ReturnValueIndex}, VariadicType::None,
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp575 TypeSourceInfo *TSResult = CheckPackExpansion(TSInfo, EllipsisLoc, None);
621 return CheckPackExpansion(Pattern, EllipsisLoc, None);
810 return None;
824 return None;
1102 return None;
1112 return None;
1115 return None;
1123 return None;
1132 return None;
1140 return None;
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp240 return llvm::None;
256 return llvm::None;
345 return llvm::None;
352 return llvm::None;
371 return llvm::None;
378 return llvm::None;
388 return llvm::None;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp180 if (!isDereferenceableAndAlignedPointer(Str, Align::None(), APInt(64, Len),
292 CpyDst, Align::None(), Src, Align::None(),
565 B.CreateMemCpy(Dst, Align::None(), Src, Align::None(),
594 B.CreateMemCpy(Dst, Align::None(), Src, Align::None(), LenV);
629 CallInst *NewCI = B.CreateMemSet(Dst, B.getInt8('\0'), Size, Align::None());
642 CallInst *NewCI = B.CreateMemCpy(Dst, Align::None(), Src, Align::None(),
[all...]
H A DLoopUtils.cpp255 return None;
270 return None;
293 return None;
297 return None;
308 return None;
367 return None;
698 return None;
701 return None;
712 return None;
719 return None;
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h63 ProcSymFlags Flags = ProcSymFlags::None;
362 PublicSymFlags Flags = PublicSymFlags::None;
410 LocalSymFlags Flags = LocalSymFlags::None;
631 ProcSymFlags Flags = ProcSymFlags::None;
673 ExportFlags Flags = ExportFlags::None;
689 LocalSymFlags Flags = LocalSymFlags::None;
703 CompileSym2Flags Flags = CompileSym2Flags::None;
729 CompileSym3Flags Flags = CompileSym3Flags::None;
753 return CompileSym3Flags::None !=
774 FrameProcedureOptions Flags = FrameProcedureOptions::None;
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMemoryLegalizer.cpp24 #include "llvm/ADT/None.h"
230 /// \returns Load info if \p MI is a load operation, "None" otherwise.
234 /// \returns Store info if \p MI is a store operation, "None" otherwise.
239 /// "None" otherwise.
244 /// rmw operation, "None" otherwise.
494 return None;
539 return None;
561 return None;
568 return None;
580 return None;
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp232 return None;
235 return None;
245 return None;
249 return None;
371 AddrOffsetSectionBase = None;
459 assert(AddrOffsetSectionBase == None);
951 return None;
955 return None;
974 return None;
992 return None;
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DNSAPI.cpp152 return None;
254 return None;
311 return None;
374 return None;
381 return None;
489 return None;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp20 #include "llvm/ADT/None.h"
314 return None;
317 return None;
421 addUInt(Die, dwarf::DW_AT_decl_file, None, FileID);
422 addUInt(Die, dwarf::DW_AT_decl_line, None, Line);
780 addUInt(Buffer, dwarf::DW_AT_byte_size, None, Size);
783 addUInt(Buffer, dwarf::DW_AT_endianity, None, dwarf::DW_END_big);
785 addUInt(Buffer, dwarf::DW_AT_endianity, None, dwarf::DW_END_little);
817 addUInt(Buffer, dwarf::DW_AT_byte_size, None, Size);
826 // If DWARF address space value is other than None, ad
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DDwarf.cpp365 return None;
666 return None;
684 return None;
689 return None;
722 return None;
744 return None;

Completed in 359 milliseconds

1234567891011>>