/llvm-project/clang/unittests/Tooling/RecursiveASTVisitorTests/ |
H A D | CallbacksUnaryOperator.cpp | 17 bool TraverseUnaryOperator(UnaryOperator *UO) { in TEST() 69 bool TraverseUnaryOperator(UnaryOperator *UO) { in TEST() 88 bool WalkUpFromUnaryOperator(UnaryOperator *UO) { in TEST() 155 bool WalkUpFromUnaryOperator(UnaryOperator *UO) { in TEST()
|
H A D | CallbacksCommon.h | 44 if (UnaryOperator *UO = dyn_cast<UnaryOperator>(S)) { in stmtToString() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaFixItUtils.cpp | 105 if (const UnaryOperator *UO = dyn_cast<UnaryOperator>(Expr)) { in tryToFixConversion() local 143 if (const UnaryOperator *UO = dyn_cast<UnaryOperator>(Expr)) { in tryToFixConversion() local
|
H A D | SemaBPF.cpp | 80 const auto *UO = dyn_cast<UnaryOperator>(Arg->IgnoreParens()); in isValidPreserveEnumValueArg() local
|
H A D | SemaChecking.cpp | 9690 if (const auto *UO = dyn_cast<UnaryOperator>(E)) { GetExprRange() local 10331 if (UnaryOperator *UO = dyn_cast<UnaryOperator>(OriginalInit)) AnalyzeBitFieldAssignment() local 10684 if (auto *UO = dyn_cast<UnaryOperator>(E)) { getIntegerLiteral() local 11124 if (auto *UO = dyn_cast<UnaryOperator>(E)) CheckImplicitConversion() local 11312 if (const auto *UO = dyn_cast<UnaryOperator>(SourceExpr)) AnalyzeImplicitConversions() local 11536 if (auto *UO = dyn_cast<UnaryOperator>(E->IgnoreParens())) { DiagnoseAlwaysNonNullPointer() local 11966 if (const UnaryOperator *UO = dyn_cast<UnaryOperator>(E)) { getObject() local 12266 VisitUnaryPreInc(const UnaryOperator * UO) VisitUnaryPreInc() argument 12267 VisitUnaryPreDec(const UnaryOperator * UO) VisitUnaryPreDec() argument 12268 VisitUnaryPreIncDec(const UnaryOperator * UO) VisitUnaryPreIncDec() argument 12282 VisitUnaryPostInc(const UnaryOperator * UO) VisitUnaryPostInc() argument 12283 VisitUnaryPostDec(const UnaryOperator * UO) VisitUnaryPostDec() argument 12284 VisitUnaryPostIncDec(const UnaryOperator * UO) VisitUnaryPostIncDec() argument 12922 auto *UO = cast<UnaryOperator>(E); getBaseAlignmentAndOffsetFromLValue() local 12986 auto *UO = cast<UnaryOperator>(E); getBaseAlignmentAndOffsetFromPtr() local 13298 const UnaryOperator *UO = cast<UnaryOperator>(expr); CheckArrayAccess() local 13888 const UnaryOperator *UO = cast<UnaryOperator>(TypeExpr); FindTypeTagExpr() local [all...] |
/llvm-project/clang-tools-extra/clang-tidy/readability/ |
H A D | ContainerDataPointerCheck.cpp | 91 const auto *UO = Result.Nodes.getNodeAs<UnaryOperator>(AddressOfName); in check() local
|
/llvm-project/llvm/tools/llvm-lipo/ |
H A D | llvm-lipo.cpp | 359 if (auto UO = verifyArch() local 382 if (auto UO = dyn_cast<MachOUniversalBinary>(Binary)) { printBinaryArchs() local 479 auto *UO = cast<MachOUniversalBinary>(InputBinaries.front().getBinary()); thinSlice() local 559 if (auto UO = dyn_cast<MachOUniversalBinary>(InputBinary)) { buildSlices() local [all...] |
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | InvalidatedIteratorChecker.cpp | 70 void InvalidatedIteratorChecker::checkPreStmt(const UnaryOperator *UO, in checkPreStmt()
|
H A D | IteratorRangeChecker.cpp | 143 void IteratorRangeChecker::checkPreStmt(const UnaryOperator *UO, in checkPreStmt()
|
/llvm-project/clang/include/clang/AST/ |
H A D | IgnoreExpr.h | 154 if (auto *UO = dyn_cast<UnaryOperator>(E)) { in IgnoreParensSingleStep() local
|
/llvm-project/llvm/tools/llvm-size/ |
H A D | llvm-size.cpp | 593 Expected<std::unique_ptr<ObjectFile>> UO = I->getAsObjectFile(); printFileSectionSizes() local 684 Expected<std::unique_ptr<ObjectFile>> UO = I->getAsObjectFile(); printFileSectionSizes() local 759 Expected<std::unique_ptr<ObjectFile>> UO = I->getAsObjectFile(); printFileSectionSizes() local [all...] |
/llvm-project/clang/lib/Analysis/ |
H A D | UninitializedValues.cpp | 407 void ClassifyRefs::VisitUnaryOperator(UnaryOperator *UO) { in VisitUnaryOperator() 453 const auto *UO = dyn_cast<UnaryOperator>(Ex); in VisitCallExpr() local 812 while (const auto *UO = dyn_cast<UnaryOperator>(Ex)) in VisitGCCAsmStmt() local
|
H A D | ReachableCode.cpp | 252 const UnaryOperator *UO = cast<UnaryOperator>(S); in isConfigurationValue() local 609 const UnaryOperator *UO = cast<UnaryOperator>(S); GetUnreachableLoc() local
|
H A D | ThreadSafetyCommon.cpp | 197 else if (const auto *UO = dyn_cast<UnaryOperator>(AttrExp)) { translateAttrExpr() local 475 translateUnaryOperator(const UnaryOperator * UO,CallingContext * Ctx) translateUnaryOperator() argument [all...] |
H A D | LiveVariables.cpp | 452 VisitUnaryOperator(UnaryOperator * UO) VisitUnaryOperator() argument
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | MIRCanonicalizerPass.cpp | 209 for (auto &UO : MRI->use_nodbg_operands(MO.getReg())) { in rescheduleCanonically() local
|
H A D | ShrinkWrap.cpp | 308 if (!UO) in INITIALIZE_PASS_DEPENDENCY() local
|
/llvm-project/clang/unittests/Analysis/FlowSensitive/ |
H A D | SignAnalysisTest.cpp | 106 getValueAndSignProperties(const UnaryOperator *UO, in getValueAndSignProperties() 208 void transferUnaryMinus(const UnaryOperator *UO, in transferUnaryMinus() 228 void transferUnaryNot(const UnaryOperator *UO, in transferUnaryNot()
|
/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXLowerArgs.cpp | 574 Value *UO = getUnderlyingObject(LI->getPointerOperand()); runOnKernelFunction() local
|
/llvm-project/clang/unittests/Interpreter/ |
H A D | InterpreterTest.cpp | 275 UnaryOperator *UO = llvm::cast<UnaryOperator>(VD->getInit()); in TEST_F() local
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | Scalarizer.cpp | 186 UnaryOperator &UO; global() member 803 visitUnaryOperator(UnaryOperator & UO) visitUnaryOperator() argument
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | DumpAST.cpp | 240 if (const auto *UO = dyn_cast<UnaryOperator>(S)) getDetail() local
|
/llvm-project/clang/lib/Index/ |
H A D | IndexBody.cpp | 89 } else if (auto UO = dyn_cast<UnaryOperator>(Parent)) { in getRolesForRef() local
|
/llvm-project/llvm/tools/llvm-libtool-darwin/ |
H A D | llvm-libtool-darwin.cpp | 466 auto *UO = BinaryOrErr->get(); addUniversalMembers() local
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
H A D | PtrTypesSemantics.cpp | 354 VisitUnaryOperator(const UnaryOperator * UO) VisitUnaryOperator() argument
|