Searched defs:false (Results 101 - 125 of 430) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.h81 IndexRange(IndexType Start, IndexType End, bool F = false, bool T = false) argument
H A DHexagonGenInsert.cpp94 explicit RegisterSet(unsigned s, bool t = false) : BitVector(s, t) {} argument
[all...]
H A DHexagonBitSimplify.cpp77 explicit RegisterSet(unsigned s, bool t = false) : BitVector(s, t) {} argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp122 FactEntry(const CapabilityExpr &CE, LockKind LK, SourceLocation Loc, bool Asrt, bool Declrd = false) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DFileManager.h383 getBufferForFile(StringRef Filename, bool isVolatile = false) { argument
344 getOptionalFileRef(StringRef Filename, bool OpenFile = false, bool CacheFailure = true) argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DUtility.h44 void writeUnsigned(uint64_t N, bool isNeg = false) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringExtras.h36 inline char hexdigit(unsigned X, bool LowerCase = false) { argument
124 inline std::string utohexstr(uint64_t X, bool LowerCase = false) { argument
141 inline std::string toHex(StringRef Input, bool LowerCase = false) { argument
156 inline std::string toHex(ArrayRef<uint8_t> Input, bool LowerCase = false) { argument
223 inline std::string utostr(uint64_t X, bool isNeg = false) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfo.cpp128 explicit DOTGraphTraits(bool isSimple = false) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DSpeculateAnalyses.cpp26 findBBwithCalls(const Function &F, bool IndirectCall = false) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp333 virtual void onValue(const uint64_t U, const bool LEB = false) { argument
339 virtual void onValue(const int64_t S, const bool LEB = false) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h480 static inline MachineOperand t1CondCodeOp(bool isDead = false) { argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DTemplateDeduction.h328 TemplateSpecCandidateSet(SourceLocation Loc, bool ForTakingAddress = false) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuilder.h107 CreateStore(llvm::Value *Val, Address Addr, bool IsVolatile = false) argument
114 CreateAlignedStore(llvm::Value *Val, llvm::Value *Addr, CharUnits Align, bool IsVolatile = false) argument
121 CreateDefaultAlignedStore(llvm::Value *Val, llvm::Value *Addr, bool IsVolatile = false) argument
274 CreateMemCpy(Address Dest, Address Src, llvm::Value *Size, bool IsVolatile = false) argument
280 CreateMemCpy(Address Dest, Address Src, uint64_t Size, bool IsVolatile = false) argument
288 CreateMemMove(Address Dest, Address Src, llvm::Value *Size, bool IsVolatile = false) argument
296 CreateMemSet(Address Dest, llvm::Value *Value, llvm::Value *Size, bool IsVolatile = false) argument
H A DCGOpenMPRuntimeNVPTX.h448 MappedVarData(const FieldDecl *FD, bool IsOnePerTeam = false) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/
H A DCompilationDatabase.cpp269 &*DiagOpts, &DiagClient, false); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp452 SI->getCondition(), -1U, MVT::Other, false, local
H A DMachineBlockFrequencyInfo.cpp122 explicit DOTGraphTraits(bool isSimple = false) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp306 Rela.setType(getRelativeRelocationType(), false); local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DFormat.h186 format_hex(uint64_t N, unsigned Width, bool Upper = false) argument
199 format_hex_no_prefix(uint64_t N, unsigned Width, bool Upper = false) argument
239 format_bytes(ArrayRef<uint8_t> Bytes, Optional<uint64_t> FirstByteOffset = None, uint32_t NumPerLine = 16, uint8_t ByteGroupSize = 4, uint32_t IndentLevel = 0, bool Upper = false) argument
247 format_bytes_with_ascii(ArrayRef<uint8_t> Bytes, Optional<uint64_t> FirstByteOffset = None, uint32_t NumPerLine = 16, uint8_t ByteGroupSize = 4, uint32_t IndentLevel = 0, bool Upper = false) argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DLoopPassManager.h266 explicit FunctionToLoopPassAdaptor(LoopPassT Pass, bool UseMemorySSA = false, argument
412 createFunctionToLoopPassAdaptor(LoopPassT Pass, bool UseMemorySSA = false, argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbol.h341 void setCommon(uint64_t Size, unsigned Align, bool Target = false) { argument
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h198 allocate(uptr Size, Chunk::Origin Origin, uptr Alignment = MinAlignment, bool ZeroContents = false) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectRegister.cpp111 DumpRegisterSet(const ExecutionContext &exe_ctx, Stream &strm, RegisterContext *reg_ctx, size_t set_idx, bool primitive_only = false) argument
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DSymbols.h171 DefinedRegular(InputFile *f, StringRef n, bool isCOMDAT, bool isExternal = false, const coff_symbol_generic *s = nullptr, SectionChunk *c = nullptr) argument
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Expression/
H A DExpressionVariable.h69 void TransferAddress(bool force = false) { argument

Completed in 388 milliseconds

1234567891011>>