Searched defs:false (Results 251 - 275 of 430) sorted by relevance

<<1112131415161718

/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp181 bool Search(StringRef S, bool EnsureStartOfWord = false, argument
296 attachDirective(DiagnosticsEngine &Diags, const UnattachedDirective &UD, SourceLocation ExpectedLoc, bool MatchAnyLine = false) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp189 EmitBinaryAtomicPost(CodeGenFunction &CGF, llvm::AtomicRMWInst::BinOp Kind, const CallExpr *E, Instruction::BinaryOps Op, bool Invert = false) argument
[all...]
H A DCGOpenMPRuntimeNVPTX.cpp129 NVPTXActionTy(llvm::FunctionCallee EnterCallee, ArrayRef<llvm::Value *> EnterArgs, llvm::FunctionCallee ExitCallee, ArrayRef<llvm::Value *> ExitArgs, bool Conditional = false) argument
669 getThreadLimit(CodeGenFunction &CGF, bool IsInSPMDExecutionMode = false) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DPragma.cpp1473 PragmaKind(PPCallbacks::PragmaMessageKind Kind, bool PragmaNameOnly = false) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DAPValue.h306 APValue(LValueBase B, const CharUnits &O, NoLValuePath N, bool IsNullPtr = false) argument
311 APValue(LValueBase B, const CharUnits &O, ArrayRef<LValuePathEntry> Path, bool OnePastTheEnd, bool IsNullPtr = false) argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCRegisterInfo.h638 MCSuperRegIterator(MCRegister Reg, const MCRegisterInfo *MCRI, bool IncludeSelf = false) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp555 DOTGraphTraits(bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {} argument
H A DWinEHPrepare.cpp62 WinEHPrepare(bool DemoteCatchSwitchPHIOnly = false) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProf.h648 void add(StringRef Name, bool copy = false) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp172 getAllocationData(const Value *V, AllocType AllocTy, const TargetLibraryInfo *TLI, bool LookThroughBitCast = false) argument
184 getAllocationData(const Value *V, AllocType AllocTy, function_ref<const TargetLibraryInfo &(Function &)> GetTLI, bool LookThroughBitCast = false) argument
326 computeArraySize(const CallInst *CI, const DataLayout &DL, const TargetLibraryInfo *TLI, bool LookThroughSExt = false) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h177 Section(ChunkKind Kind, bool IsImplicit = false) argument
/freebsd-11-stable/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp462 getClassKind(bool UseClassBIfScalar = false) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_report.cpp124 explicit ScopedInErrorReport(bool fatal = false) argument
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dcpu_model.c23 #define false 0 macro
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DDriver.cpp1643 addBuffer(createManifestRes(), false, false); local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp196 UINT32_MAX, false, false); local
[all...]
H A DIRInterpreter.cpp45 static std::string PrintValue(const Value *value, bool truncate = false) { argument
62 static std::string PrintType(const Type *type, bool truncate = false) { argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp827 emitLibCall(LibFunc TheLibFunc, Type *ReturnType, ArrayRef<Type *> ParamTypes, ArrayRef<Value *> Operands, IRBuilder<> &B, const TargetLibraryInfo *TLI, bool IsVaArgs = false) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp153 InstrProfilingLegacyPass(const InstrProfOptions &Options, bool IsCS = false) argument
552 getOrInsertValueProfilingCall(Module &M, const TargetLibraryInfo &TLI, bool IsRange = false) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp1203 LoopUnroll(int OptLevel = 2, bool OnlyWhenForced = false, bool ForgetAllSCEV = false, Optional<unsigned> Threshold = None, Optional<unsigned> Count = None, Optional<bool> AllowPartial = None, Optional<bool> Runtime = None, Optional<bool> UpperBound = None, Optional<bool> AllowPeeling = None, Optional<bool> AllowProfileBasedPeeling = None, Optional<unsigned> ProvidedFullUnrollMaxCount = None) argument
[all...]
H A DLoopDistribute.cpp132 InstPartition(Instruction *I, Loop *L, bool DepCycle = false) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp995 combineMetadataForCSE(cast<LoadInst>(AvailableVal), &LI, false); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86Operand.h589 CreateReg(unsigned RegNo, SMLoc StartLoc, SMLoc EndLoc, bool AddressOf = false, SMLoc OffsetOfLoc = SMLoc(), StringRef SymName = StringRef(), void *OpDecl = nullptr) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h201 FrontendInputFile(StringRef File, InputKind Kind, bool IsSystem = false) argument
158 InputKind(Language L = Language::Unknown, Format F = Source, bool PP = false) argument
203 FrontendInputFile(const llvm::MemoryBuffer *Buffer, InputKind Kind, bool IsSystem = false) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp640 addChildMember(std::vector<NewArchiveMember> &Members, const object::Archive::Child &M, bool FlattenArchive = false) argument
683 addMember(std::vector<NewArchiveMember> &Members, StringRef FileName, bool FlattenArchive = false) argument
[all...]

Completed in 309 milliseconds

<<1112131415161718