Searched defs:false (Results 26 - 50 of 430) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DDeadArgumentElimination.h76 DeadArgumentEliminationPass(bool ShouldHackArguments_ = false) argument
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueArray.h20 OptionValueArray(uint32_t type_mask = UINT32_MAX, bool raw_value_dump = false) argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/Rename/
H A DRenamingAction.h32 RenamingAction(const std::vector<std::string> &NewNames, const std::vector<std::string> &PrevNames, const std::vector<std::vector<std::string>> &USRList, std::map<std::string, tooling::Replacements> &FileToReplaces, bool PrintLocations = false) argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMachineLocation.h36 explicit MachineLocation(unsigned R, bool Indirect = false) argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSparseBitVector.h396 SparseBitVectorIterator(const SparseBitVector<ElementSize> *RHS, bool end = false) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/Utils/
H A DLocal.h29 EmitGEPOffset(IRBuilderTy *Builder, const DataLayout &DL, User *GEP, bool NoAssumptions = false) argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTStructuralEquivalence.h72 StructuralEquivalenceContext( ASTContext &FromCtx, ASTContext &ToCtx, llvm::DenseSet<std::pair<Decl *, Decl *>> &NonEquivalentDecls, StructuralEquivalenceKind EqKind, bool StrictTypeSpelling = false, bool Complain = true, bool ErrorOnTagTypeMismatch = false) argument
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DFileSystem.h40 FileSystem(llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> fs, bool mapped = false) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-dlltool/
H A DDlltoolDriver.cpp92 false); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LoadValueInjectionRetHardening.cpp124 X86::RSP, false, 0) local
/freebsd-11-stable/contrib/jemalloc/src/
H A Dquarantine.c126 idalloctm(tsd_tsdn(tsd), ptr, NULL, false, true); local
165 idalloctm(tsd_tsdn(tsd), ptr, NULL, false, true); local
/freebsd-11-stable/sys/contrib/xz-embedded/userspace/
H A Dxz_config.h31 # define false 0 macro
/freebsd-11-stable/contrib/xz/src/common/
H A Dsysdefs.h147 # define false 0 macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFVisitor.h60 virtual void onValue(const uint64_t U, const bool LEB = false) {} argument
61 virtual void onValue(const int64_t S, const bool LEB = false) {} argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp75 M->print(dbgs(), nullptr, false); local
106 void unwrapAndPrint(Any IR, StringRef Banner, bool ForceModule = false) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachORelocation.h46 MachORelocation(uint32_t addr, uint32_t index, bool pcrel, uint8_t len, bool ext, uint8_t type, bool scattered = false, int32_t value = 0) argument
H A DMachineRegionInfo.h51 MachineRegionNode(MachineRegion *Parent, MachineBasicBlock *Entry, bool isSubRegion = false) argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/
H A DPassSupport.h92 RegisterPass(StringRef PassArg, StringRef Name, bool CFGOnly = false, argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DWithColor.h56 WithColor(raw_ostream &OS, raw_ostream::Colors Color = raw_ostream::SAVEDCOLOR, bool Bold = false, bool BG = false, bool DisableColors = false) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430TargetMachine.cpp84 addPass(createMSP430BranchSelectionPass(), false); local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DRegisterFile.h71 RegisterMappingTracker(unsigned NumPhysRegisters, unsigned MaxMoveEliminated = 0U, bool AllowZeroMoveElimOnly = false) argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MCA/
H A DContext.h33 PipelineOptions(unsigned UOPQSize, unsigned DecThr, unsigned DW, unsigned RFS, unsigned LQS, unsigned SQS, bool NoAlias, bool ShouldEnableBottleneckAnalysis = false) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp103 print(DILineInfo(), false); local
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugType.h40 BugType(CheckerNameRef CheckerName, StringRef Name, StringRef Cat, bool SuppressOnSink = false) argument
44 BugType(const CheckerBase *Checker, StringRef Name, StringRef Cat, bool SuppressOnSink = false) argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleLoader.h85 explicit ModuleLoader(bool BuildingModule = false) argument

Completed in 162 milliseconds

1234567891011>>