/llvm-project/clang-tools-extra/clang-tidy/readability/ |
H A D | AvoidNestedConditionalOperatorCheck.cpp | 35 const auto *CO = in check() local
|
/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy_file/ |
H A D | copy_file.pass.cpp | 39 using CO = fs::copy_options; typedef
|
/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | BranchCloneCheck.cpp | 188 if (const auto *CO = Result.Nodes.getNodeAs<ConditionalOperator>("condOp")) { check() local
|
/llvm-project/clang/test/CXX/special/class.copy/ |
H A D | p11.0x.move.cpp | 160 CopyOnly CO; member
|
/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy/ |
H A D | copy.pass.cpp | 36 using CO = fs::copy_options; typedef
|
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 2209 ClassOptions CO = ClassOptions::None; getCommonClassOptions() local 2265 ClassOptions CO = getCommonClassOptions(Ty); lowerTypeEnum() local 2448 ClassOptions CO = lowerTypeClass() local 2462 ClassOptions CO = getCommonClassOptions(Ty); lowerCompleteTypeClass() local 2501 ClassOptions CO = lowerTypeUnion() local 2512 ClassOptions CO = ClassOptions::Sealed | getCommonClassOptions(Ty); lowerCompleteTypeUnion() local [all...] |
/llvm-project/clang/lib/Analysis/ |
H A D | ReachableCode.cpp | 621 const AbstractConditionalOperator *CO = GetUnreachableLoc() local
|
H A D | ThreadSafetyCommon.cpp | 650 translateAbstractConditionalOperator(const AbstractConditionalOperator * CO,CallingContext * Ctx) translateAbstractConditionalOperator() argument
|
H A D | UninitializedValues.cpp | 343 if (const auto *CO = dyn_cast<ConditionalOperator>(E)) { in classify() local
|
H A D | PathDiagnostic.cpp | 611 const ConditionalOperator *CO, in createConditionalColonLoc() argument
|
H A D | CFG.cpp | 1520 auto *CO = cast<ConditionalOperator>(Child); findConstructionContexts() local
|
/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/ |
H A D | NarrowingConversionsCheck.cpp |
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
H A D | PtrTypesSemantics.cpp | 374 VisitConditionalOperator(const ConditionalOperator * CO) VisitConditionalOperator() argument
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonSplitDouble.cpp | 615 auto CO = MachineOperand::CreateReg(R, Op.isDef(), Op.isImplicit(), isKill, in createHalfInstr() local
|
/llvm-project/llvm/tools/sancov/ |
H A D | sancov.cpp | 666 if (const auto *CO = dyn_cast<object::COFFObjectFile>(&O)) { findSanitizerCovFunctions() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaLambda.cpp | 603 if (ConditionalOperator *CO = dyn_cast<ConditionalOperator>(E)) { findEnumForBlockReturn() local
|
H A D | SemaChecking.cpp | 7171 if (const ConditionalOperator *CO = dyn_cast<ConditionalOperator>(E)) { shouldNotPrintDirectly() local 9510 if (const auto *CO = dyn_cast<ConditionalOperator>(E)) { GetExprRange() local 10716 if (const auto *CO = dyn_cast<ConditionalOperator>(E)) { DiagnoseIntInBoolContext() local 11219 if (auto *CO = dyn_cast<AbstractConditionalOperator>(E)) CheckConditionalOperand() local 11349 if (auto *CO = dyn_cast<AbstractConditionalOperator>(SourceExpr)) { AnalyzeImplicitConversions() local 12359 VisitAbstractConditionalOperator(const AbstractConditionalOperator * CO) VisitAbstractConditionalOperator() argument [all...] |
H A D | AnalysisBasedWarnings.cpp | 908 Range = CO->getCond()->getSourceRange(); in DiagUninitUse() local
|
H A D | SemaStmt.cpp | 1892 if (ConditionalOperator *CO = dyn_cast<ConditionalOperator>(E)) { CheckLValueToRValueCast() local
|
/llvm-project/clang/lib/AST/ |
H A D | JSONNodeDumper.cpp | 1533 for (const ExprWithCleanups::CleanupObject &CO : EWC->getObjects()) VisitExprWithCleanups() local
|
H A D | Expr.cpp | 187 if (const ConditionalOperator *CO = dyn_cast<ConditionalOperator>(E)) in isKnownToHaveBooleanValue() local 2574 if (auto *CO = dyn_cast<ConditionalOperator>(E)) isReadIfDiscardedInCPlusPlus11() local
|
H A D | ItaniumMangle.cpp | 5322 const ConditionalOperator *CO = cast<ConditionalOperator>(E); mangleExpression() local
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | BugReporter.cpp | 1402 const auto *CO = cast<ConditionalOperator>(S); isConditionForTerminator() local
|
H A D | BugReporterVisitors.cpp | 2160 if (const auto *CO = dyn_cast<ConditionalOperator>(Ex)) { peelOffOuterExpr() local
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | NewGVN.cpp | 985 auto *CO = getCopyOf(V); isCopyOfAPHI() local
|