Searched defs:false (Results 276 - 300 of 430) sorted by relevance

<<1112131415161718

/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats.cpp494 static void getTime(char *buffer, size_t buflen, bool underscores = false) { argument
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/utf8proc/
H A Dutf8proc_internal.h108 # define false 0 macro
/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.cpp163 parseParens(bool LookForDecls = false) argument
[all...]
/freebsd-11-stable/contrib/sendmail/src/
H A Dmain.c2941 printaddr(sm_debug_file(), &e->e_from, false); local
[all...]
H A Dparseaddr.c237 printaddr(sm_debug_file(), a, false); local
2208 printaddr(sm_debug_file(), a, false); local
2860 printaddr(sm_debug_file(), a, false); local
2925 printaddr(sm_debug_file(), a, false); local
[all...]
/freebsd-11-stable/contrib/gcc/cp/
H A Dsearch.c366 dfs_walk_once_accessible (TYPE_BINFO (target), /*friends=*/false, local
/freebsd-11-stable/contrib/gcc/
H A Dipa-type-escape.c901 get_canon_type (TREE_TYPE (cref), false, false); local
1396 get_canon_type (TREE_TYPE (var), false, false); local
[all...]
H A Dtree-sra.c851 sra_walk_tree_list (ASM_INPUTS (expr), bsi, false, fns); local
[all...]
/freebsd-11-stable/contrib/jemalloc/src/
H A Dctl.c1607 arena_i_purge(tsd_tsdn(tsd), (unsigned)mib[1], false); local
[all...]
H A Dprof.c707 prof_tdata_destroy(tsd_tsdn(tsd), tdata, false); local
[all...]
/freebsd-11-stable/gnu/usr.bin/rcs/lib/
H A Drcsbase.h234 #define false 0 macro
/freebsd-11-stable/contrib/expat/lib/
H A Dxmltok.c39 # define false 0 macro
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h1375 BFIDOTGraphTraitsBase(bool isSimple = false) argument
[all...]
H A DTargetTransformInfoImpl.h482 getInterleavedMemoryOpCost(unsigned Opcode, Type *VecTy, unsigned Factor, ArrayRef<unsigned> Indices, unsigned Alignment, unsigned AddressSpace, bool UseMaskForCond = false, bool UseMaskForGaps = false) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1765 CollectImmediateProperties(ObjCContainerDecl *CDecl, ObjCContainerDecl::PropertyMap &PropMap, ObjCContainerDecl::PropertyMap &SuperPropMap, bool CollectClassPropsOnly = false, bool IncludeProtocols = true) argument
[all...]
H A DSemaCoroutine.cpp573 checkCoroutineContext(Sema &S, SourceLocation Loc, StringRef Keyword, bool IsImplicit = false) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h149 PathDiagnosticRange(SourceRange R, bool isP = false) argument
508 void setPrunable(bool isPrunable, bool override = false) { argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1969 mangled.SetValue(ConstString(func_name), false); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h591 SDValue getAllOnesConstant(const SDLoc &DL, EVT VT, bool IsTarget = false, argument
604 getTargetConstant(uint64_t Val, const SDLoc &DL, EVT VT, bool isOpaque = false) argument
608 getTargetConstant(const APInt &Val, const SDLoc &DL, EVT VT, bool isOpaque = false) argument
612 getTargetConstant(const ConstantInt &Val, const SDLoc &DL, EVT VT, bool isOpaque = false) argument
996 getSetCC(const SDLoc &DL, EVT VT, SDValue LHS, SDValue RHS, ISD::CondCode Cond, SDValue Chain = SDValue(), bool IsSignaling = false) argument
[all...]
H A DBasicTTIImpl.h915 getInterleavedMemoryOpCost(unsigned Opcode, Type *VecTy, unsigned Factor, ArrayRef<unsigned> Indices, unsigned Alignment, unsigned AddressSpace, bool UseMaskForCond = false, bool UseMaskForGaps = false) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1628 toSPFlags(bool IsLocalToUnit, bool IsDefinition, bool IsOptimized, unsigned Virtuality = SPFlagNonvirtual, bool IsMainSubprogram = false) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h875 static APFloat getZero(const fltSemantics &Sem, bool Negative = false) { argument
884 getInf(const fltSemantics &Sem, bool Negative = false) argument
895 getNaN(const fltSemantics &Sem, bool Negative = false, uint64_t payload = 0) argument
906 getQNaN(const fltSemantics &Sem, bool Negative = false, const APInt *payload = nullptr) argument
914 getSNaN(const fltSemantics &Sem, bool Negative = false, const APInt *payload = nullptr) argument
924 getLargest(const fltSemantics &Sem, bool Negative = false) argument
934 getSmallest(const fltSemantics &Sem, bool Negative = false) argument
944 getSmallestNormalized(const fltSemantics &Sem, bool Negative = false) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp86 static std::string PrintValue(const Value *value, bool truncate = false) { argument
98 static std::string PrintType(const llvm::Type *type, bool truncate = false) { argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h296 CycleSegment(unsigned StartCycle, unsigned EndCycle, bool IsReserved = false) argument
150 WriteState(const WriteDescriptor &Desc, MCPhysReg RegID, bool clearsSuperRegs = false, bool writesZero = false) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugValues.cpp797 MI.print(dbgs(), /*IsStandalone*/ false, local
798 /*SkipOpers*/ false, /*SkipDebugLo local
[all...]

Completed in 329 milliseconds

<<1112131415161718