Searched defs:nullptr (Results 1 - 25 of 308) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp72 : nullptr; variable
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DInternalize.h70 internalizeModule(Module &TheModule, std::function<bool(const GlobalValue &)> MustPreserveGV, CallGraph *CG = nullptr) argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticHandler.h26 DiagnosticHandler(void *DiagContext = nullptr) argument
H A DVerifier.h75 TBAAVerifier(VerifierSupport *Diagnostic = nullptr) argument
H A DLegacyPassNameParser.h73 llvm_unreachable(nullptr); variable
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DErrorHandling.h55 ScopedFatalErrorHandler(fatal_error_handler_t handler, void *user_data = nullptr) argument
H A DMSVCErrorWorkarounds.h60 MSVCPExpected( OtherT &&Val, typename std::enable_if<std::is_convertible<OtherT, T>::value>::type * = nullptr) argument
67 MSVCPExpected( Expected<OtherT> &&Other, typename std::enable_if<std::is_convertible<OtherT, T>::value>::type * = nullptr) argument
74 MSVCPExpected( Expected<OtherT> &&Other, typename std::enable_if<!std::is_convertible<OtherT, T>::value>::type * = nullptr) argument
H A DDynamicLibrary.h85 LoadLibraryPermanently(const char *Filename, std::string *ErrMsg = nullptr) argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOptionalDiagnostic.h32 explicit OptionalDiagnostic(PartialDiagnostic *Diag = nullptr) : Diag(Diag) {} argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.h35 DIEHash(AsmPrinter *A = nullptr) : AP(A) {} argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinterHandler.h61 beginFunclet(const MachineBasicBlock &MBB, MCSymbol *Sym = nullptr) argument
H A DLoopTraversal.h97 TraversedMBBInfo(MachineBasicBlock *BB = nullptr, bool Primary = true, argument
H A DNonRelocatableStringpool.h30 NonRelocatableStringpool( std::function<StringRef(StringRef Input)> Translator = nullptr, bool PutEmptyString = false) argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCValue.h62 get(const MCSymbolRefExpr *SymA, const MCSymbolRefExpr *SymB = nullptr, int64_t Val = 0, uint32_t RefKind = 0) argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileUtils.h44 SimpleCompiler(TargetMachine &TM, ObjectCache *ObjCache = nullptr) argument
71 TMOwningSimpleCompiler(std::unique_ptr<TargetMachine> TM, ObjectCache *ObjCache = nullptr) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DMutations.cpp65 /*New=*/nullptr); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DFunctionImportUtils.h88 FunctionImportGlobalProcessing( Module &M, const ModuleSummaryIndex &Index, SetVector<GlobalValue *> *GlobalsToImport = nullptr) argument
H A DCloning.h175 InlineFunctionInfo(CallGraph *cg = nullptr, std::function<AssumptionCache &(Function &)> *GetAssumptionCache = nullptr, ProfileSummaryInfo *PSI = nullptr, BlockFrequencyInfo *CallerBFI = nullptr, BlockFrequencyInfo *CalleeBFI = nullptr) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueRegex.h19 OptionValueRegex(const char *value = nullptr) argument
H A DOptionValueString.h30 OptionValueString(ValidatorCallback validator, void *baton = nullptr) argument
52 OptionValueString(const char *value, ValidatorCallback validator, void *baton = nullptr) argument
62 OptionValueString(const char *current_value, const char *default_value, ValidatorCallback validator, void *baton = nullptr) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlugin.cpp44 request, nullptr); variable
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/
H A DCommonOptionsParser.h75 CommonOptionsParser(int &argc, const char **argv, llvm::cl::OptionCategory &Category, const char *Overview = nullptr) argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h102 SimplifyQuery(const DataLayout &DL, const Instruction *CXTI = nullptr) argument
105 SimplifyQuery(const DataLayout &DL, const TargetLibraryInfo *TLI, const DominatorTree *DT = nullptr, AssumptionCache *AC = nullptr, const Instruction *CXTI = nullptr, bool UseInstrInfo = true) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DReturnUndefChecker.cpp80 emitBug(CheckerContext &C, BuiltinBug &BT, const Expr *RetE, const Expr *TrackingE = nullptr) argument
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStringList.h118 static void LogDump(Log *log, T s_iterable, const char *name = nullptr) { argument

Completed in 378 milliseconds

1234567891011>>