Home
last modified time | relevance | path

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

12

/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIterator.cpp71 bool isComparisonOperator(OverloadedOperatorKind OK) { in isComparisonOperator() argument
126 bool isAccessOperator(OverloadedOperatorKind OK) { in isAccessOperator() argument
131 isAccessOperator(UnaryOperatorKind OK) isAccessOperator() argument
136 isAccessOperator(BinaryOperatorKind OK) isAccessOperator() argument
140 isDereferenceOperator(OverloadedOperatorKind OK) isDereferenceOperator() argument
145 isDereferenceOperator(UnaryOperatorKind OK) isDereferenceOperator() argument
149 isDereferenceOperator(BinaryOperatorKind OK) isDereferenceOperator() argument
153 isIncrementOperator(OverloadedOperatorKind OK) isIncrementOperator() argument
157 isIncrementOperator(UnaryOperatorKind OK) isIncrementOperator() argument
161 isDecrementOperator(OverloadedOperatorKind OK) isDecrementOperator() argument
165 isDecrementOperator(UnaryOperatorKind OK) isDecrementOperator() argument
169 isRandomIncrOrDecrOperator(OverloadedOperatorKind OK) isRandomIncrOrDecrOperator() argument
174 isRandomIncrOrDecrOperator(BinaryOperatorKind OK) isRandomIncrOrDecrOperator() argument
[all...]
H A DInvalidatedIteratorChecker.cpp76 UnaryOperatorKind OK = UO->getOpcode(); in checkPreStmt() local
87 BinaryOperatorKind OK = BO->getOpcode(); in checkPreStmt() local
H A DMoveChecker.cpp136 shouldWarnAbout(ObjectKind OK,MisuseKind MK) const shouldWarnAbout() argument
301 ObjectKind OK = Chk.classifyObject(Region, RD); VisitNode() local
355 ObjectKind OK = classifyObject(Region, RD); modelUse() local
484 ObjectKind OK = classifyObject(ArgRegion, RD); checkPostCall() local
583 ObjectKind OK = classifyObject(MR, RD); explainObject() local
[all...]
H A DIteratorModeling.cpp253 UnaryOperatorKind OK = UO->getOpcode(); in checkPostStmt() local
266 const BinaryOperatorKind OK = BO->getOpcode(); in checkPostStmt() local
626 handlePtrIncrOrDecr(CheckerContext & C,const Expr * Iterator,OverloadedOperatorKind OK,SVal Offset) const handlePtrIncrOrDecr() argument
765 isSimpleComparisonOperator(OverloadedOperatorKind OK) isSimpleComparisonOperator() argument
769 isSimpleComparisonOperator(BinaryOperatorKind OK) isSimpleComparisonOperator() argument
[all...]
H A DIteratorRangeChecker.cpp149 UnaryOperatorKind OK = UO->getOpcode(); in checkPreStmt() local
164 BinaryOperatorKind OK = BO->getOpcode(); in checkPreStmt() local
/llvm-project/clang/test/SemaObjC/
H A Ddirect-synthesized-ivar-access.m8 - (int) OK; method
13 - (int) OK { return self.IVAR; } method
H A Dclass-extension-dup-methods.m5 - (int) OK; method
14 - (int) OK; method in void
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dnon-zero-enum-to-bool-conversion-cpp11.cpp57 OK = 1, enumerator
71 OK = 1, enumerator
85 OK = 1, enumerator
99 OK = 1, enumerator
H A Dnon-zero-enum-to-bool-conversion.cpp47 OK = 1, enumerator
/llvm-project/clang/test/CXX/expr/expr.const/
H A Dp5-0x.cpp22 struct OK { struct
23 constexpr OK() {} in OK() function
24 constexpr operator int() const { return 8; } in operator int()
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/utils/
H A DReturnCode.py14 OK = 0 variable in ReturnCode
/llvm-project/libc/test/src/string/
H A Dbcmp_test.cpp
H A Dmemcmp_test.cpp60 const bool OK = CheckMemcmp<Adaptor>(span1, span2, size); TEST() local
/llvm-project/clang-tools-extra/clangd/index/
H A DIndex.cpp34 bool OK = in fromJSON() local
H A DBackgroundIndexStorage.cpp43 std::error_code OK; in DiskBackedIndexStorage() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/performance/
H A Dnoexcept-swap.cpp101 class OK {}; class
H A Dnoexcept-destructor.cpp122 class OK {}; class
/llvm-project/clang/test/SemaSYCL/
H A Dzero-length-arrays.cpp92 Templated<1, int> OK; in foo() local
/llvm-project/clang/test/SemaTemplate/
H A Dfriend.cpp85 struct OK { struct
/llvm-project/clang-tools-extra/clang-doc/tool/
H A DClangDocMain.cpp210 std::error_code OK; main() local
/llvm-project/clang/include/clang/AST/
H A DExprObjC.h652 ExprObjectKind OK, SourceLocation l, Expr *base) in ObjCPropertyRefExpr() argument
660 ExprObjectKind OK, SourceLocation l, SourceLocation sl, in ObjCPropertyRefExpr() argument
669 QualType T, ExprValueKind VK, ExprObjectKind OK, in ObjCPropertyRefExpr() argument
679 QualType T, ExprValueKind VK, ExprObjectKind OK, in ObjCPropertyRefExpr() argument
690 QualType T, ExprValueKind VK, ExprObjectKind OK, in ObjCPropertyRefExpr() argument
862 ObjCSubscriptRefExpr(Expr * base,Expr * key,QualType T,ExprValueKind VK,ExprObjectKind OK,ObjCMethodDecl * getMethod,ObjCMethodDecl * setMethod,SourceLocation RB) ObjCSubscriptRefExpr() argument
[all...]
/llvm-project/llvm/lib/ObjectYAML/
H A DMinidumpEmitter.cpp95 bool OK = convertUTF8ToUTF16String(Str, WStr); in allocateString() local
/llvm-project/libcxx/test/libcxx/fuzzing/
H A Drandom.pass.cpp160 bool OK; helper() local
[all...]
/llvm-project/clang-tools-extra/clang-doc/
H A DHTMLGenerator.cpp971 std::error_code OK; serializeIndex() local
1021 std::error_code FileErr, OK; genIndex() local
1056 std::error_code OK; copyFile() local
/llvm-project/clang/test/CXX/drs/
H A Dcwg14xx.cpp444 struct OK { struct
447 OK(int) { } in OK() argument

12