Searched refs:None (Results 126 - 150 of 310) sorted by relevance

1234567891011>>

/freebsd-11.0-release/contrib/llvm/lib/ProfileData/
H A DCoverageMapping.cpp378 return None;
389 return None;
/freebsd-11.0-release/contrib/llvm/tools/llvm-pdbdump/
H A Dllvm-pdbdump.cpp426 WithColor(Printer, PDB_ColorItem::None).get() << "Summary for ";
497 Dumper.start(*Function, FunctionDumper::PointerType::None);
/freebsd-11.0-release/contrib/unbound/libunbound/python/
H A Dlibunbound.i245 /** None class, dynamic update */
334 Pass None to disable. Default is stderr.
369 file name string. If None "/etc/hosts" is used.
393 file name string. If None "/etc/resolv.conf" is used.
421 address, IP4 or IP6 in string format. If the addr is None, forwarding is disabled.
577 * (:class:`ub_result`) the result data is returned in a newly allocated result structure. May be None on return, return value is set to an error in that case (out of memory).
590 If an error happens during processing, your callback will be called with error set to a nonzero value (and result==None).
595 this data is your own data (you can pass arbitrary python object or None) which are passed on to the callback function.
614 * `result` - the result structure. The result may be None, in that case err is set.
682 if data == None
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessingRecord.h283 return None;
H A DPreprocessor.h454 return None;
477 return None;
895 return None;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DComment.cpp138 ParamVars = None;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp210 if (!AllowBind) return llvm::None;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp186 /// If such file id doesn't exist, return None.
191 return None;
321 CoverageMappingWriter Writer(FileIDMapping, None, MappingRegions);
374 size_t pushRegion(Counter Count, Optional<SourceLocation> StartLoc = None, argument
375 Optional<SourceLocation> EndLoc = None) {
H A DCodeGenPGO.cpp74 None = 0,
145 if (Type == PGOHash::None)
193 return PGOHash::None;
/freebsd-11.0-release/contrib/llvm/include/llvm/IR/
H A DAttributes.h67 None, ///< No attributes have been set enumerator in enum:llvm::Attribute::AttrKind
H A DStatepoint.h33 None = 0, member in class:llvm::StatepointFlags
H A DInstructions.h1391 : CallInst(Func, Args, None, NameStr, InsertBefore) {}
1413 ArrayRef<OperandBundleDef> Bundles = None,
1425 Func, Args, None, NameStr, InsertBefore);
1431 CallInst(Ty, Func, Args, None, NameStr, InsertBefore);
1434 ArrayRef<OperandBundleDef> Bundles = None,
1457 CallInst(Func, Args, None, NameStr, InsertAtEnd);
3395 Func, IfNormal, IfException, Args, None, NameStr,
3400 ArrayRef<OperandBundleDef> Bundles = None,
3413 return new (Values) InvokeInst(Ty, Func, IfNormal, IfException, Args, None,
3418 ArrayRef<OperandBundleDef> Bundles = None,
1412 Create(Value *Func, ArrayRef<Value *> Args, ArrayRef<OperandBundleDef> Bundles = None, const Twine &NameStr = �, Instruction *InsertBefore = nullptr) argument
1433 Create(FunctionType *Ty, Value *Func, ArrayRef<Value *> Args, ArrayRef<OperandBundleDef> Bundles = None, const Twine &NameStr = �, Instruction *InsertBefore = nullptr) argument
3398 Create(Value *Func, BasicBlock *IfNormal, BasicBlock *IfException, ArrayRef<Value *> Args, ArrayRef<OperandBundleDef> Bundles = None, const Twine &NameStr = �, Instruction *InsertBefore = nullptr) argument
3416 Create(FunctionType *Ty, Value *Func, BasicBlock *IfNormal, BasicBlock *IfException, ArrayRef<Value *> Args, ArrayRef<OperandBundleDef> Bundles = None, const Twine &NameStr = �, Instruction *InsertBefore = nullptr) argument
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseInit.cpp411 return Actions.ActOnInitList(LBraceLoc, None, ConsumeBrace());
/freebsd-11.0-release/contrib/llvm/tools/llc/
H A Dllc.cpp277 case '0': OLvl = CodeGenOpt::None; break;
/freebsd-11.0-release/contrib/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp318 if (TheLinker.linkInModule(std::move(SrcModule), Linker::Flags::None,
/freebsd-11.0-release/contrib/llvm/tools/llvm-cov/
H A DSourceCoverageView.cpp49 Highlight = None;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprObjC.cpp299 Method->setMethodParams(S.Context, value, None);
554 M->setMethodParams(Context, value, None);
681 M->setMethodParams(Context, Params, None);
809 Method->setMethodParams(Context, Params, None);
925 Method->setMethodParams(Context, Params, None);
1366 static const uint8_t None = 0; local
1371 // None NonNull Nullable Unspecified
1372 /* None */ { None, None, Nullabl
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/
H A DRDFGraph.h234 None = 0x0000, // Nothing
733 MachineOperand &Op, uint16_t Flags = NodeAttrs::None);
738 MachineOperand &Op, uint16_t Flags = NodeAttrs::None);
/freebsd-11.0-release/contrib/llvm/include/llvm/Target/
H A DTargetLowering.h68 None, // No preference enumerator in enum:llvm::Sched::Preference
134 None, // Don't expand the instruction. member in class:llvm::TargetLoweringBase::AtomicExpansionKind
375 return Sched::None;
1137 return AtomicExpansionKind::None;
1150 return AtomicExpansionKind::None;
/freebsd-11.0-release/contrib/llvm/lib/TableGen/
H A DTGParser.cpp169 None, SubClass.TemplateArgs[i]))
247 None, SubMultiClass.TemplateArgs[i]))
261 None, SubMultiClass.TemplateArgs[i]))
334 if (SetValue(IterRec.get(), Loc, IterVar->getName(), None, IVal))
1729 SetValue(CurRec, ValLoc, DeclName, None, Val))
2359 if (SetValue(CurRec.get(), Ref.RefRange.Start, "NAME", None, DefmPrefix,
2447 if (SetValue(CurRec, DefmPrefixLoc, TArgs[i], None, TemplateVals[i]))
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp697 return None;
701 // normal malloc on a None return. This works for the FreeBSD kernel malloc
704 return None;
711 return None;
722 return None;
735 return None;
1016 return None;
/freebsd-11.0-release/contrib/llvm/lib/Object/
H A DMachOObjectFile.cpp2223 return None;
2234 return None;
2245 return None;
2256 return None;
2267 return None;
2278 return None;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp292 return None;
350 return None;
374 return None;
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp270 ValueObject::GetValueForExpressionPathOptions().DontCheckDotVsArrowSyntax().SetSyntheticChildrenTraversal(ValueObject::GetValueForExpressionPathOptions::SyntheticChildrenTraversal::None),
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h72 None, member in class:lldb_private::PyObjectType

Completed in 349 milliseconds

1234567891011>>