/freebsd-head/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | LoopCacheAnalysis.cpp | 54 /// nullptr if any loops in the loop vector supplied has more than one sibling. 63 if (ParentLoop == nullptr) { 73 : nullptr; variable 102 /// for the trip count or nullptr if it cannot be computed. 107 return nullptr; 181 if (Diff == nullptr) { 217 if (D == nullptr) { 236 if (SCEVConst == nullptr) { 333 if (BasePointer == nullptr) { 366 const SCEV *StepRec = AccessFnAR ? AccessFnAR->getStepRecurrence(SE) : nullptr; [all...] |
/freebsd-head/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DiagnosticHandler.h | 25 void *DiagnosticContext = nullptr; 26 DiagnosticHandler(void *DiagContext = nullptr) argument 36 DiagnosticHandlerTy DiagHandlerCallback = nullptr;
|
H A D | Verifier.h | 40 VerifierSupport *Diagnostic = nullptr; 75 TBAAVerifier(VerifierSupport *Diagnostic = nullptr) argument 88 bool verifyFunction(const Function &F, raw_ostream *OS = nullptr); 100 bool verifyModule(const Module &M, raw_ostream *OS = nullptr, 101 bool *BrokenDebugInfo = nullptr);
|
H A D | LegacyPassNameParser.h | 62 return P->getPassArgument().empty() || P->getNormalCtor() == nullptr || 73 llvm_unreachable(nullptr); variable
|
/freebsd-head/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | Internalize.h | 63 bool internalizeModule(Module &TheModule, CallGraph *CG = nullptr); 72 CallGraph *CG = nullptr) { 70 internalizeModule(Module &TheModule, std::function<bool(const GlobalValue &)> MustPreserveGV, CallGraph *CG = nullptr) argument
|
/freebsd-head/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | ErrorHandling.h | 46 void *user_data = nullptr); 56 void *user_data = nullptr) { 97 void *user_data = nullptr); 123 llvm_unreachable_internal(const char *msg = nullptr, const char *file = nullptr, 55 ScopedFatalErrorHandler(fatal_error_handler_t handler, void *user_data = nullptr) argument
|
H A D | MSVCErrorWorkarounds.h | 62 std::enable_if_t<std::is_convertible<OtherT, T>::value> * = nullptr) 68 std::enable_if_t<std::is_convertible<OtherT, T>::value> * = nullptr) 74 std::enable_if_t<!std::is_convertible<OtherT, T>::value> * = nullptr) 60 MSVCPExpected( OtherT &&Val, std::enable_if_t<std::is_convertible<OtherT, T>::value> * = nullptr) argument 66 MSVCPExpected( Expected<OtherT> &&Other, std::enable_if_t<std::is_convertible<OtherT, T>::value> * = nullptr) argument 72 MSVCPExpected( Expected<OtherT> &&Other, std::enable_if_t<!std::is_convertible<OtherT, T>::value> * = nullptr) argument
|
H A D | DynamicLibrary.h | 68 std::string *errMsg = nullptr); 78 std::string *errMsg = nullptr); 86 std::string *ErrMsg = nullptr) { 85 LoadLibraryPermanently(const char *Filename, std::string *ErrMsg = nullptr) argument
|
/freebsd-head/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | LoopTraversal.h | 89 MachineBasicBlock *MBB = nullptr; 97 TraversedMBBInfo(MachineBasicBlock *BB = nullptr, bool Primary = true, argument
|
H A D | AsmPrinterHandler.h | 62 MCSymbol *Sym = nullptr) {} 61 beginFunclet(const MachineBasicBlock &MBB, MCSymbol *Sym = nullptr) argument
|
H A D | NonRelocatableStringpool.h | 31 std::function<StringRef(StringRef Input)> Translator = nullptr, 30 NonRelocatableStringpool( std::function<StringRef(StringRef Input)> Translator = nullptr, bool PutEmptyString = false) argument
|
/freebsd-head/contrib/llvm-project/clang/include/clang/AST/ |
H A D | OptionalDiagnostic.h | 32 explicit OptionalDiagnostic(PartialDiagnostic *Diag = nullptr) : Diag(Diag) {} argument
|
/freebsd-head/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
H A D | OptionValueRegex.h | 19 OptionValueRegex(const char *value = nullptr) argument 49 return (m_regex.IsValid() ? &m_regex : nullptr);
|
/freebsd-head/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectPlugin.cpp | 21 nullptr) { 44 request, nullptr); variable
|
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DIEHash.h | 34 DIEHash(AsmPrinter *A = nullptr) : AP(A) {} argument
|
/freebsd-head/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | CompileUtils.h | 44 SimpleCompiler(TargetMachine &TM, ObjectCache *ObjCache = nullptr) argument 62 ObjectCache *ObjCache = nullptr; 72 ObjectCache *ObjCache = nullptr) 88 ObjectCache *ObjCache = nullptr); 96 ObjectCache *ObjCache = nullptr; 71 TMOwningSimpleCompiler(std::unique_ptr<TargetMachine> TM, ObjectCache *ObjCache = nullptr) argument
|
/freebsd-head/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/ |
H A D | AddressSanitizerCommon.h | 34 Value *MaybeMask = nullptr) 32 InterestingMemoryOperand(Instruction *I, unsigned OperandNo, bool IsWrite, class Type *OpType, MaybeAlign Alignment, Value *MaybeMask = nullptr) argument
|
/freebsd-head/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
H A D | Mutations.cpp | 32 assert(Anchor != nullptr); 33 assert(New->Parent == nullptr); 34 assert(New->NextSibling == nullptr); 47 assert(Old != nullptr); 48 assert(Old->Parent != nullptr); 50 assert(New->Parent == nullptr); 51 assert(New->NextSibling == nullptr); 65 /*New=*/nullptr); local 74 return nullptr; 75 for (syntax::Node *C = N->parent()->firstChild(); C != nullptr; [all...] |
/freebsd-head/contrib/llvm-project/clang/include/clang/Tooling/ |
H A D | CommonOptionsParser.h | 77 const char *Overview = nullptr) 92 const char *Overview = nullptr); 99 const char *Overview = nullptr); 75 CommonOptionsParser(int &argc, const char **argv, llvm::cl::OptionCategory &Category, const char *Overview = nullptr) argument
|
/freebsd-head/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | StringList.h | 98 std::string CopyList(const char *item_preamble = nullptr, 113 virtual void LogDump(Log *log, const char *name = nullptr); 118 static void LogDump(Log *log, T s_iterable, const char *name = nullptr) { argument
|
/freebsd-head/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | Cloning.h | 109 const Twine &NameSuffix = "", Function *F = nullptr, 110 ClonedCodeInfo *CodeInfo = nullptr, 111 DebugInfoFinder *DIFinder = nullptr); 126 ClonedCodeInfo *CodeInfo = nullptr); 141 ClonedCodeInfo *CodeInfo = nullptr, 142 ValueMapTypeRemapper *TypeMapper = nullptr, 143 ValueMaterializer *Materializer = nullptr); 150 ClonedCodeInfo *CodeInfo = nullptr); 167 ClonedCodeInfo *CodeInfo = nullptr, 168 Instruction *TheCall = nullptr); 174 InlineFunctionInfo( CallGraph *cg = nullptr, function_ref<AssumptionCache &(Function &)> GetAssumptionCache = nullptr, ProfileSummaryInfo *PSI = nullptr, BlockFrequencyInfo *CallerBFI = nullptr, BlockFrequencyInfo *CalleeBFI = nullptr) argument [all...] |
/freebsd-head/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | TypeSwitch.h | 70 is_detected<has_dyn_cast_t, ValueT, CastT>::value> * = nullptr) { 80 !is_detected<has_dyn_cast_t, ValueT, CastT>::value> * = nullptr) { 67 castValue( ValueT value, typename std::enable_if_t< is_detected<has_dyn_cast_t, ValueT, CastT>::value> * = nullptr) argument 77 castValue( ValueT value, typename std::enable_if_t< !is_detected<has_dyn_cast_t, ValueT, CastT>::value> * = nullptr) argument
|
/freebsd-head/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCValue.h | 38 const MCSymbolRefExpr *SymA = nullptr, *SymB = nullptr; 61 const MCSymbolRefExpr *SymB = nullptr, 74 R.SymA = nullptr; 75 R.SymB = nullptr; 60 get(const MCSymbolRefExpr *SymA, const MCSymbolRefExpr *SymB = nullptr, int64_t Val = 0, uint32_t RefKind = 0) argument
|
/freebsd-head/contrib/llvm-project/clang/include/clang/Edit/ |
H A D | EditedSource.h | 74 const PPConditionalDirectiveRecord *PPRec = nullptr) 73 EditedSource(const SourceManager &SM, const LangOptions &LangOpts, const PPConditionalDirectiveRecord *PPRec = nullptr) argument
|
/freebsd-head/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | InterpStack.h | 56 void *top() { return Chunk ? peek(0) : nullptr; } 93 StackChunk(StackChunk *Prev = nullptr) argument 94 : Next(nullptr), Prev(Prev), End(reinterpret_cast<char *>(this + 1)) {} 105 StackChunk *Chunk = nullptr;
|