Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/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.cpp81 UnaryOperatorKind OK = UO->getOpcode(); in checkPreStmt() local
92 BinaryOperatorKind OK = BO->getOpcode(); in checkPreStmt() local
H A DMoveChecker.cpp137 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
483 ObjectKind OK = classifyObject(ArgRegion, RD); in checkPostCall() local
581 ObjectKind OK = classifyObject(MR, RD); in explainObject() local
H A DIteratorModeling.cpp253 UnaryOperatorKind OK = UO->getOpcode(); in checkPostStmt() local
266 const BinaryOperatorKind OK = BO->getOpcode(); in checkPostStmt() local
631 OverloadedOperatorKind OK, in handlePtrIncrOrDecr()
770 bool isSimpleComparisonOperator(OverloadedOperatorKind OK) { in isSimpleComparisonOperator()
774 bool isSimpleComparisonOperator(BinaryOperatorKind OK) { in isSimpleComparisonOperator()
H A DIteratorRangeChecker.cpp150 UnaryOperatorKind OK = UO->getOpcode(); in checkPreStmt() local
165 BinaryOperatorKind OK = BO->getOpcode(); in checkPreStmt() local
/netbsd-src/external/gpl3/gcc.old/dist/libcc1/
H A Dstatus.hh29 OK = 1 enumerator
/netbsd-src/external/gpl3/gcc/dist/libcc1/
H A Dstatus.hh29 OK = 1 enumerator
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprObjC.h649 ExprObjectKind OK, SourceLocation l, Expr *base) in ObjCPropertyRefExpr()
657 ExprObjectKind OK, SourceLocation l, SourceLocation sl, in ObjCPropertyRefExpr()
666 QualType T, ExprValueKind VK, ExprObjectKind OK, in ObjCPropertyRefExpr()
676 QualType T, ExprValueKind VK, ExprObjectKind OK, in ObjCPropertyRefExpr()
687 QualType T, ExprValueKind VK, ExprObjectKind OK, in ObjCPropertyRefExpr()
859 ExprObjectKind OK, ObjCMethodDecl *getMethod, in ObjCSubscriptRefExpr()
H A DExpr.h120 Expr(StmtClass SC, QualType T, ExprValueKind VK, ExprObjectKind OK) in Expr()
444 ExprObjectKind OK = getObjectKind(); in isOrdinaryOrBitFieldObject() local
1132 : Expr(OpaqueValueExprClass, T, VK, OK), SourceExpr(SourceExpr) { in Expr() argument
2584 ExprObjectKind OK, SourceLocation rbracketloc) in ArraySubscriptExpr()
3152 ExprObjectKind OK) { in CreateImplicit()
3987 QualType ResType, ExprValueKind VK, ExprObjectKind OK, in CompoundAssignOperator()
4035 ExprObjectKind OK, SourceLocation qloc, in AbstractConditionalOperator()
4075 ExprValueKind VK, ExprObjectKind OK) in ConditionalOperator()
4145 QualType t, ExprValueKind VK, ExprObjectKind OK) in BinaryConditionalOperator()
4399 ExprValueKind VK, ExprObjectKind OK, in ConvertVectorExpr()
[all …]
H A DExprOpenMP.h65 QualType Type, ExprValueKind VK, ExprObjectKind OK, in OMPArraySectionExpr()
/netbsd-src/external/bsd/cron/dist/
H A Dmacros.h32 #define OK 0 macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DMinidumpEmitter.cpp94 bool OK = convertUTF8ToUTF16String(Str, WStr); in allocateString() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DVFABIDemangling.cpp20 OK, // Found. enumerator
/netbsd-src/external/bsd/libevent/dist/test/
H A Dtinytest.c80 enum outcome { SKIP=2, OK=1, FAIL=0 }; enumerator
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/ada/
H A Dzlib.adb26 (OK, literal
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/ada/
H A Dzlib.adb26 (OK, literal
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/ada/
H A Dzlib.adb26 (OK, literal
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprMember.cpp897 QualType Ty, ExprValueKind VK, ExprObjectKind OK, in BuildMemberExpr()
910 QualType Ty, ExprValueKind VK, ExprObjectKind OK, in BuildMemberExpr()
1776 ExprObjectKind OK = OK_Ordinary; in BuildFieldReferenceExpr() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/opt/
H A DNewPMDriver.cpp240 OutputKind OK, VerifierKind VK, in runPassPipeline()
H A Dopt.cpp815 OutputKind OK = OK_NoOutput; in main() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExpr.cpp1574 ExprValueKind VK, ExprObjectKind OK, in MemberExpr()
1594 QualType T, ExprValueKind VK, ExprObjectKind OK, NonOdrUseReason NOUR) { in Create()
4407 ExprObjectKind OK, SourceLocation opLoc, in BinaryOperator()
4424 ExprObjectKind OK, SourceLocation opLoc, in BinaryOperator()
4449 ExprValueKind VK, ExprObjectKind OK, in Create()
4471 ExprObjectKind OK, SourceLocation opLoc, in Create()
4491 QualType type, ExprValueKind VK, ExprObjectKind OK, in UnaryOperator()
4506 ExprValueKind VK, ExprObjectKind OK, in Create()
/netbsd-src/external/bsd/ntp/dist/ntpd/
H A Drefclock_shm.c366 OK, NO_SEGMENT, NOT_READY, BAD_MODE, CLASH enumerator
/netbsd-src/usr.sbin/lpr/lpd/
H A Dprintjob.c88 #define OK 0 macro
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DCuda.cpp650 const Action::OffloadKind OK) in CudaToolChain()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-tailcall.cc267 enum par { FAIL, OK, TRY_MOVE }; enumerator

12