Home
last modified time | relevance | path

Searched defs:OK (Results 1 – 25 of 42) sorted by relevance

12

/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIterator.cpp71 bool isComparisonOperator(OverloadedOperatorKind OK) { in isComparisonOperator()
126 bool isAccessOperator(OverloadedOperatorKind OK) { in isAccessOperator()
131 bool isAccessOperator(UnaryOperatorKind OK) { in isAccessOperator()
136 bool isAccessOperator(BinaryOperatorKind OK) { in isAccessOperator()
140 bool isDereferenceOperator(OverloadedOperatorKind OK) { in isDereferenceOperator()
145 bool isDereferenceOperator(UnaryOperatorKind OK) { in isDereferenceOperator()
149 bool isDereferenceOperator(BinaryOperatorKind OK) { in isDereferenceOperator()
153 bool isIncrementOperator(OverloadedOperatorKind OK) { in isIncrementOperator()
157 bool isIncrementOperator(UnaryOperatorKind OK) { in isIncrementOperator()
161 bool isDecrementOperator(OverloadedOperatorKind OK) { in isDecrementOperator()
[all …]
H A DInvalidatedIteratorChecker.cpp76 UnaryOperatorKind OK = UO->getOpcode(); in checkPreStmt() local
87 BinaryOperatorKind OK = BO->getOpcode(); in checkPreStmt() local
H A DMoveChecker.cpp136 bool shouldWarnAbout(ObjectKind OK, MisuseKind MK) const { in shouldWarnAbout()
301 ObjectKind OK = Chk.classifyObject(Region, RD); in VisitNode() local
355 ObjectKind OK = classifyObject(Region, RD); in modelUse() local
484 ObjectKind OK = classifyObject(ArgRegion, RD); in checkPostCall() local
583 ObjectKind OK = classifyObject(MR, RD); in explainObject() local
H A DIteratorModeling.cpp252 UnaryOperatorKind OK = UO->getOpcode(); checkPostStmt() local
265 const BinaryOperatorKind OK = BO->getOpcode(); checkPostStmt() local
625 handlePtrIncrOrDecr(CheckerContext & C,const Expr * Iterator,OverloadedOperatorKind OK,SVal Offset) const handlePtrIncrOrDecr() argument
764 isSimpleComparisonOperator(OverloadedOperatorKind OK) isSimpleComparisonOperator() argument
768 isSimpleComparisonOperator(BinaryOperatorKind OK) isSimpleComparisonOperator() argument
[all...]
H A DIteratorRangeChecker.cpp144 UnaryOperatorKind OK = UO->getOpcode(); checkPreStmt() local
159 BinaryOperatorKind OK = BO->getOpcode(); checkPreStmt() local
/freebsd-src/lib/libmd/i386/
H A Drmd160.S18 #define OK 1 macro
23 #define OK 1 macro
32 #define OK 1 macro
H A Dsha.S19 #define OK 1 macro
24 #define OK 1 macro
33 #define OK 1 macro
/freebsd-src/tools/regression/capsicum/syscalls/
H A Dmisc.h33 #define OK( global() macro
/freebsd-src/usr.sbin/bluetooth/bthidcontrol/
H A Dbthidcontrol.h36 #define OK 0 /* everything was OK */ macro
/freebsd-src/usr.sbin/bluetooth/l2control/
H A Dl2control.h36 #define OK 0 /* everything was OK */ macro
/freebsd-src/usr.sbin/bluetooth/sdpcontrol/
H A Dsdpcontrol.h36 #define OK 0 /* everything was OK */ macro
/freebsd-src/usr.sbin/bluetooth/hccontrol/
H A Dhccontrol.h36 #define OK 0 /* everything was OK */ macro
/freebsd-src/tools/regression/sockets/kqueue/
H A Dkqueue.c56 #define OK(testname) printf("ok %d - %s\n", curtest, testname); \ macro
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h652 ExprObjectKind OK, SourceLocation l, Expr *base) in ObjCPropertyRefExpr()
660 ExprObjectKind OK, SourceLocation l, SourceLocation sl, in ObjCPropertyRefExpr()
669 QualType T, ExprValueKind VK, ExprObjectKind OK, in ObjCPropertyRefExpr()
679 QualType T, ExprValueKind VK, ExprObjectKind OK, in ObjCPropertyRefExpr()
690 QualType T, ExprValueKind VK, ExprObjectKind OK, in ObjCPropertyRefExpr()
862 ExprObjectKind OK, ObjCMethodDecl *getMethod, in ObjCSubscriptRefExpr()
H A DExpr.h122 Expr(StmtClass SC,QualType T,ExprValueKind VK,ExprObjectKind OK) Expr() argument
444 ExprObjectKind OK = getObjectKind(); isOrdinaryOrBitFieldObject() local
1163 Expr(OpaqueValueExprClass,T,VK,OK) Expr() argument
2648 ArraySubscriptExpr(Expr * lhs,Expr * rhs,QualType t,ExprValueKind VK,ExprObjectKind OK,SourceLocation rbracketloc) ArraySubscriptExpr() argument
3219 CreateImplicit(const ASTContext & C,Expr * Base,bool IsArrow,ValueDecl * MemberDecl,QualType T,ExprValueKind VK,ExprObjectKind OK) CreateImplicit() argument
4070 CompoundAssignOperator(const ASTContext & C,Expr * lhs,Expr * rhs,Opcode opc,QualType ResType,ExprValueKind VK,ExprObjectKind OK,SourceLocation OpLoc,FPOptionsOverride FPFeatures,QualType CompLHSType,QualType CompResultType) CompoundAssignOperator() argument
4118 AbstractConditionalOperator(StmtClass SC,QualType T,ExprValueKind VK,ExprObjectKind OK,SourceLocation qloc,SourceLocation cloc) AbstractConditionalOperator() argument
4158 ConditionalOperator(Expr * cond,SourceLocation QLoc,Expr * lhs,SourceLocation CLoc,Expr * rhs,QualType t,ExprValueKind VK,ExprObjectKind OK) ConditionalOperator() argument
4228 BinaryConditionalOperator(Expr * common,OpaqueValueExpr * opaqueValue,Expr * cond,Expr * lhs,Expr * rhs,SourceLocation qloc,SourceLocation cloc,QualType t,ExprValueKind VK,ExprObjectKind OK) BinaryConditionalOperator() argument
4482 ConvertVectorExpr(Expr * SrcExpr,TypeSourceInfo * TI,QualType DstType,ExprValueKind VK,ExprObjectKind OK,SourceLocation BuiltinLoc,SourceLocation RParenLoc) ConvertVectorExpr() argument
4536 ChooseExpr(SourceLocation BLoc,Expr * cond,Expr * lhs,Expr * rhs,QualType t,ExprValueKind VK,ExprObjectKind OK,SourceLocation RP,bool condIsTrue) ChooseExpr() argument
6216 AsTypeExpr(Expr * SrcExpr,QualType DstType,ExprValueKind VK,ExprObjectKind OK,SourceLocation BuiltinLoc,SourceLocation RParenLoc) AsTypeExpr() argument
[all...]
/freebsd-src/usr.sbin/cron/cron/
H A Dmacros.h30 #define OK 0 macro
/freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMinidumpEmitter.cpp95 bool OK = convertUTF8ToUTF16String(Str, WStr); in allocateString() local
/freebsd-src/lib/libifconfig/
H A Dlibifconfig.h40 OK = 0, enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DVFABIDemangler.cpp27 OK, // Found. enumerator
/freebsd-src/contrib/ntp/sntp/libevent/test/
H A Dtinytest.c79 enum outcome { SKIP=2, OK=1, FAIL=0 }; enumerator
/freebsd-src/contrib/libevent/test/
H A Dtinytest.c79 enum outcome { SKIP=2, OK=1, FAIL=0 }; enumerator
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp932 BuildMemberExpr(Expr * Base,bool IsArrow,SourceLocation OpLoc,const CXXScopeSpec * SS,SourceLocation TemplateKWLoc,ValueDecl * Member,DeclAccessPair FoundDecl,bool HadMultipleCandidates,const DeclarationNameInfo & MemberNameInfo,QualType Ty,ExprValueKind VK,ExprObjectKind OK,const TemplateArgumentListInfo * TemplateArgs) BuildMemberExpr() argument
945 BuildMemberExpr(Expr * Base,bool IsArrow,SourceLocation OpLoc,NestedNameSpecifierLoc NNS,SourceLocation TemplateKWLoc,ValueDecl * Member,DeclAccessPair FoundDecl,bool HadMultipleCandidates,const DeclarationNameInfo & MemberNameInfo,QualType Ty,ExprValueKind VK,ExprObjectKind OK,const TemplateArgumentListInfo * TemplateArgs) BuildMemberExpr() argument
1843 ExprObjectKind OK = OK_Ordinary; BuildFieldReferenceExpr() local
/freebsd-src/contrib/llvm-project/llvm/tools/opt/
H A Dopt.cpp724 OutputKind OK = OK_NoOutput; main() local
H A DNewPMDriver.cpp331 runPassPipeline(StringRef Arg0,Module & M,TargetMachine * TM,TargetLibraryInfoImpl * TLII,ToolOutputFile * Out,ToolOutputFile * ThinLTOLinkOut,ToolOutputFile * OptRemarkFile,StringRef PassPipeline,ArrayRef<PassPlugin> PassPlugins,OutputKind OK,VerifierKind VK,bool ShouldPreserveAssemblyUseListOrder,bool ShouldPreserveBitcodeUseListOrder,bool EmitSummaryIndex,bool EmitModuleHash,bool EnableDebugify,bool VerifyDIPreserve,bool UnifiedLTO) runPassPipeline() argument
/freebsd-src/contrib/ntp/ntpd/
H A Drefclock_shm.c364 OK, NO_SEGMENT, NOT_READY, BAD_MODE, CLASH enumerator

12