Searched defs:false (Results 351 - 375 of 506) sorted by relevance

<<11121314151617181920>>

/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1754 CollectImmediateProperties(ObjCContainerDecl *CDecl, ObjCContainerDecl::PropertyMap &PropMap, ObjCContainerDecl::PropertyMap &SuperPropMap, bool CollectClassPropsOnly = false, bool IncludeProtocols = true) argument
[all...]
H A DAnalysisBasedWarnings.cpp1019 DiagnoseUninitializedUse(Sema &S, const VarDecl *VD, const UninitUse &Use, bool alwaysReportSelfInit = false) argument
1713 << Parameter << /* Captured */ false; variable
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Object/
H A DArchiveWriter.cpp565 writeSymbolTable(raw_ostream &Out, object::Archive::Kind Kind, bool Deterministic, ArrayRef<MemberData> Members, StringRef StringTable, uint64_t MembersOffset, unsigned NumSyms, uint64_t PrevMemberOffset = 0, uint64_t NextMemberOffset = 0, bool Is64Bit = false) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp77 dumpFunctionProfileJson(const FunctionSamples &S, json::OStream &JOS, bool TopLevel = false) argument
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Lex/
H A DPragma.cpp1617 PragmaKind(PPCallbacks::PragmaMessageKind Kind, bool PragmaNameOnly = false) argument
[all...]
H A DHeaderSearch.cpp818 diagnoseFrameworkInclude(DiagnosticsEngine &Diags, SourceLocation IncludeLoc, StringRef Includer, StringRef IncludeFilename, FileEntryRef IncludeFE, bool isAngled = false, bool FoundByHeaderMap = false) argument
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h566 ObjCIvarRefExpr(ObjCIvarDecl *d, QualType t, SourceLocation l, SourceLocation oploc, Expr *base, bool arrow = false, bool freeIvar = false) argument
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h97 CreateInsertion(SourceLocation InsertionLoc, StringRef Code, bool BeforePreviousInsertions = false) argument
110 CreateInsertionFromRange(SourceLocation InsertionLoc, CharSourceRange FromRange, bool BeforePreviousInsertions = false) argument
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h198 getIndirect(CharUnits Alignment, bool ByVal = true, bool Realign = false, llvm::Type *Padding = nullptr) argument
211 getIndirectAliased(CharUnits Alignment, unsigned AddrSpace, bool Realign = false, llvm::Type *Padding = nullptr) argument
222 getIndirectInReg(CharUnits Alignment, bool ByVal = true, bool Realign = false) argument
228 getInAlloca(unsigned FieldIndex, bool Indirect = false) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFrameLowering.cpp49 findScratchNonCalleeSaveRegister( MachineRegisterInfo &MRI, LiveRegUnits &LiveUnits, const TargetRegisterClass &RC, bool Unused = false) argument
1414 MI.getOperand(0).ChangeToRegister(Register(), false /*isDef*/); local
[all...]
H A DAMDGPUCallLowering.cpp188 AMDGPUOutgoingArgHandler(MachineIRBuilder &MIRBuilder, MachineRegisterInfo &MRI, MachineInstrBuilder MIB, bool IsTailCall = false, int FPDiff = 0) argument
[all...]
H A DAMDGPULibCalls.cpp1673 F.printAsOperand(dbgs(), false, F.getParent()); dbgs() << '\\n';); local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp256 static bool isPredicatedOnVCTP(MachineInstr *MI, bool Exclusive = false) { argument
264 isEntryPredicatedOnVCTP(VPTState &Block, bool Exclusive = false) argument
[all...]
H A DARMFrameLowering.cpp605 addInst(MachineBasicBlock::iterator I, unsigned SPAdjust, bool BeforeFPSet = false) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.cpp900 collectVOPModifiers(const MCInst &MI, bool IsVOP3P = false) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp217 getRelaxedOpcodeBranch(unsigned Opcode, bool Is16BitMode = false) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp1083 createReg(unsigned RegNo, SMLoc S, SMLoc E, bool IsGPRAsFPR = false) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCTargetAsmParser.h106 AsmRewrite(AsmRewriteKind kind, SMLoc loc, unsigned len = 0, int64_t val = 0, bool Restricted = false) argument
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp317 getConstantVRegValWithLookThrough( Register VReg, const MachineRegisterInfo &MRI, IsOpcodeFn IsConstantOpcode, GetAPCstFn getAPCstValue, bool LookThroughInstrs = true, bool LookThroughAnyExt = false) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp654 DOTGraphTraits(bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {} argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h1811 BFIDOTGraphTraitsBase(bool isSimple = false) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h253 Section(ChunkKind Kind, bool IsImplicit = false) : Chunk(Kind, IsImplicit) {} argument
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp104 getObjectSize(const Value *V, const DataLayout &DL, const TargetLibraryInfo &TLI, bool NullIsValidLoc, bool RoundToAlign = false) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h1352 setValue(const T &V, bool initial = false) argument
1382 setValue(const T &V, bool initial = false) argument
1407 setValue(const T &V, bool initial = false) argument
1549 addValue(const T &V, bool initial = false) argument
1642 addValue(const T &V, bool initial = false) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h659 SDValue getAllOnesConstant(const SDLoc &DL, EVT VT, bool IsTarget = false, argument
674 getTargetConstant(uint64_t Val, const SDLoc &DL, EVT VT, bool isOpaque = false) argument
678 getTargetConstant(const APInt &Val, const SDLoc &DL, EVT VT, bool isOpaque = false) argument
682 getTargetConstant(const ConstantInt &Val, const SDLoc &DL, EVT VT, bool isOpaque = false) argument
1206 getSetCC(const SDLoc &DL, EVT VT, SDValue LHS, SDValue RHS, ISD::CondCode Cond, SDValue Chain = SDValue(), bool IsSignaling = false) argument
1427 getLoadVP(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType, EVT VT, const SDLoc &dl, SDValue Chain, SDValue Ptr, SDValue Offset, SDValue Mask, SDValue EVL, MachinePointerInfo PtrInfo, EVT MemVT, MaybeAlign Alignment = MaybeAlign(), MachineMemOperand::Flags MMOFlags = MachineMemOperand::MONone, const AAMDNodes &AAInfo = AAMDNodes(), const MDNode *Ranges = nullptr, bool IsExpanding = false) argument
1485 getStridedLoadVP( ISD::MemIndexedMode AM, ISD::LoadExtType ExtType, EVT VT, const SDLoc &DL, SDValue Chain, SDValue Ptr, SDValue Offset, SDValue Stride, SDValue Mask, SDValue EVL, MachinePointerInfo PtrInfo, EVT MemVT, MaybeAlign Alignment = MaybeAlign(), MachineMemOperand::Flags MMOFlags = MachineMemOperand::MONone, const AAMDNodes &AAInfo = AAMDNodes(), const MDNode *Ranges = nullptr, bool IsExpanding = false) argument
[all...]

Completed in 285 milliseconds

<<11121314151617181920>>