Searched defs:true (Results 251 - 275 of 276) sorted by relevance

<<1112

/freebsd-13-stable/usr.sbin/mountd/
H A Dmountd.c1407 int true = 1; local
1472 int true = 1; local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp315 Window(const char *name, WINDOW *w, bool del = true) argument
338 void Reset(WINDOW *w = nullptr, bool del = true) { argument
2916 exe_ctx.GetThreadRef().StepIn(true); variable
2940 exe_ctx.GetThreadRef().StepOver(true); variable
3747 bp_sp->GetOptions()->SetOneShot(true); variable
3763 bp_sp->GetOptions()->SetOneShot(true); variable
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp970 DeclRefExpr DRE(getContext(), const_cast<VarDecl *>(VD), true, local
69 OMPLexicalScope( CodeGenFunction &CGF, const OMPExecutableDirective &S, const llvm::Optional<OpenMPDirectiveKind> CapturedRegion = llvm::None, const bool EmitPreInitStmt = true) argument
3388 CGF.EmitStoreThroughLValue(RValue::get(Init), LVal, /*isInit*/ true); local
[all...]
H A DCGExpr.cpp1755 MaybeConvertMatrixAddress(Address Addr, CodeGenFunction &CGF, bool IsVector = true) argument
[all...]
H A DCGOpenMPRuntime.cpp4899 /*IsInit=*/true); local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp239 InsertText(SourceLocation Loc, StringRef Str, bool InsertAfter = true) argument
[all...]
H A DRewriteModernObjC.cpp288 InsertText(SourceLocation Loc, StringRef Str, bool InsertAfter = true) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2088 setHasMultipleConditionRegisters(bool hasManyRegs = true) argument
2096 setHasExtractBitsInsn(bool hasExtractInsn = true) argument
3761 setInRegister(bool Value = true) argument
3766 setNoReturn(bool Value = true) argument
3771 setVarArg(bool Value = true) argument
3776 setTailCall(bool Value = true) argument
3781 setDiscardResult(bool Value = true) argument
3786 setConvergent(bool Value = true) argument
3791 setSExtResult(bool Value = true) argument
3796 setZExtResult(bool Value = true) argument
3801 setIsPatchPoint(bool Value = true) argument
3806 setIsPreallocated(bool Value = true) argument
3837 setSExt(bool Value = true) argument
3842 setNoReturn(bool Value = true) argument
3847 setDiscardResult(bool Value = true) argument
3852 setIsPostTypeLegalization(bool Value = true) argument
3857 setTypeListBeforeSoften(ArrayRef<EVT> OpsVT, EVT RetVT, bool Value = true) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp284 void allowNestedNameSpecifiers(bool Allow = true) { argument
4536 AddObjCProperties(const CodeCompletionContext &CCContext, ObjCContainerDecl *Container, bool AllowCategories, bool AllowNullaryMethods, DeclContext *CurContext, AddedPropertiesSet &AddedProperties, ResultBuilder &Results, bool IsBaseExprStatement = false, bool IsClassProperty = false, bool InOriginalClass = true) argument
6700 isAcceptableObjCSelector(Selector Sel, ObjCMethodKind WantKind, ArrayRef<IdentifierInfo *> SelIdents, bool AllowSameLength = true) argument
6726 isAcceptableObjCMethod(ObjCMethodDecl *Method, ObjCMethodKind WantKind, ArrayRef<IdentifierInfo *> SelIdents, bool AllowSameLength = true) argument
6758 AddObjCMethods(ObjCContainerDecl *Container, bool WantInstanceMethods, ObjCMethodKind WantKind, ArrayRef<IdentifierInfo *> SelIdents, DeclContext *CurContext, VisitedSelectorSet &Selectors, bool AllowSameLength, ResultBuilder &Results, bool InOriginalClass = true, bool IsRootClass = false) argument
7997 FindImplementableMethods(ASTContext &Context, ObjCContainerDecl *Container, Optional<bool> WantInstanceMethods, QualType ReturnType, KnownMethodsMap &KnownMethods, bool InOriginalClass = true) argument
[all...]
H A DSemaStmt.cpp3569 << true /*IsLambda*/; local
[all...]
H A DSemaDecl.cpp69 TypeNameValidatorCCC(bool AllowInvalid, bool WantClass = false, bool AllowTemplates = false, bool AllowNonTemplates = true) argument
[all...]
H A DSemaExpr.cpp11742 /*Diagnose=*/true, local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp272 checkLanguageOptions(const LangOptions &LangOpts, const LangOptions &ExistingLangOpts, DiagnosticsEngine *Diags, bool AllowCompatibleDifferences = true) argument
374 checkTargetOptions(const TargetOptions &TargetOpts, const TargetOptions &ExistingTargetOpts, DiagnosticsEngine *Diags, bool AllowCompatibleDifferences = true) argument
628 checkPreprocessorOptions(const PreprocessorOptions &PPOpts, const PreprocessorOptions &ExistingPPOpts, DiagnosticsEngine *Diags, FileManager &FileMgr, std::string &SuggestedPredefines, const LangOptions &LangOpts, bool Validate = true) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h212 void setInheritConstructors(bool Inherit = true) { argument
1912 setIsCopyDeductionCandidate(bool isCDC = true) argument
2647 setInheritingConstructor(bool isIC = true) argument
[all...]
H A DExpr.h1381 setHadMultipleCandidates(bool V = true) argument
3272 setHadMultipleCandidates(bool V = true) argument
4795 sawArrayRangeDesignator(bool ARD = true) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1067 ParseScope(Parser *Self, unsigned ScopeFlags, bool EnteredScope = true, bool BeforeCompoundStmt = false) argument
1543 ConsumeAndStoreUntil(tok::TokenKind T1, CachedTokens &Toks, bool StopAtSemi = true, bool ConsumeFinalToken = true) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp885 void addSuccessor(CFGBlock *B, CFGBlock *S, bool IsReachable = true) { argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp618 setInsertionPoint(IRBuilder< &Builder, Value *V, bool Before = true) argument
5863 SMax.convertFromAPInt(APInt::getSignedMaxValue(IntWidth), true, local
5888 SMin.convertFromAPInt(APInt::getSignedMinValue(IntWidth), true, local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp913 CreateToken(const AMDGPUAsmParser *AsmParser, StringRef Str, SMLoc Loc, bool HasExplicitEncodingSize = true) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp247 genericValueTraversal( Attributor &A, IRPosition IRP, const AAType &QueryingAA, StateTy &State, function_ref<bool(Value &, const Instruction *, StateTy &, bool)> VisitValueCB, const Instruction *CtxI, bool UseValueSimplify = true, int MaxValues = 16, function_ref<Value *(Value *)> StripCB = nullptr) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2539 GetCompleteQualType(clang::ASTContext *ast, clang::QualType qual_type, bool allow_completion = true) argument
[all...]
/freebsd-13-stable/sys/dev/smartpqi/
H A Dsmartpqi_defines.h94 #define true 1 macro
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h883 ContextRAII(Sema &S, DeclContext *ContextToPush, bool NewThisContext = true) argument
4215 FailedCorrection(IdentifierInfo *Typo, SourceLocation TypoLoc, bool RecordFailure = true) argument
11270 FindCompositePointerType(SourceLocation Loc, ExprResult &E1, ExprResult &E2, bool ConvertArgs = true) argument
12566 EnterExpressionEvaluationContext( Sema &Actions, Sema::ExpressionEvaluationContext NewContext, Decl *LambdaContextDecl = nullptr, Sema::ExpressionEvaluationContextRecord::ExpressionKind ExprContext = Sema::ExpressionEvaluationContextRecord::EK_Other, bool ShouldEnter = true) argument
12588 EnterExpressionEvaluationContext(Sema &Actions, InitListTag, bool ShouldEnter = true) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp13498 performScatterStoreCombine(SDNode *N, SelectionDAG &DAG, unsigned Opcode, bool OnlyPackedOffsets = true) argument
13602 performGatherLoadCombine(SDNode *N, SelectionDAG &DAG, unsigned Opcode, bool OnlyPackedOffsets = true) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp299 SDValue CombineTo(SDNode *N, SDValue Res, bool AddTo = true) { argument
304 CombineTo(SDNode *N, SDValue Res0, SDValue Res1, bool AddTo = true) argument
[all...]

Completed in 861 milliseconds

<<1112