Home
last modified time | relevance | path

Searched defs:CO (Results 1 – 25 of 29) sorted by relevance

12

/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DAvoidNestedConditionalOperatorCheck.cpp35 const auto *CO = in check() local
/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy_file/
H A Dcopy_file.pass.cpp39 using CO = fs::copy_options; typedef
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DBranchCloneCheck.cpp188 if (const auto *CO = Result.Nodes.getNodeAs<ConditionalOperator>("condOp")) { check() local
/llvm-project/clang/test/CXX/special/class.copy/
H A Dp11.0x.move.cpp160 CopyOnly CO; member
/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy/
H A Dcopy.pass.cpp36 using CO = fs::copy_options; typedef
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2209 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 DReachableCode.cpp621 const AbstractConditionalOperator *CO = GetUnreachableLoc() local
H A DThreadSafetyCommon.cpp650 translateAbstractConditionalOperator(const AbstractConditionalOperator * CO,CallingContext * Ctx) translateAbstractConditionalOperator() argument
H A DUninitializedValues.cpp343 if (const auto *CO = dyn_cast<ConditionalOperator>(E)) { in classify() local
H A DPathDiagnostic.cpp611 const ConditionalOperator *CO, in createConditionalColonLoc() argument
H A DCFG.cpp1520 auto *CO = cast<ConditionalOperator>(Child); findConstructionContexts() local
/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DNarrowingConversionsCheck.cpp
/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DPtrTypesSemantics.cpp374 VisitConditionalOperator(const ConditionalOperator * CO) VisitConditionalOperator() argument
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSplitDouble.cpp615 auto CO = MachineOperand::CreateReg(R, Op.isDef(), Op.isImplicit(), isKill, in createHalfInstr() local
/llvm-project/llvm/tools/sancov/
H A Dsancov.cpp666 if (const auto *CO = dyn_cast<object::COFFObjectFile>(&O)) { findSanitizerCovFunctions() local
/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp603 if (ConditionalOperator *CO = dyn_cast<ConditionalOperator>(E)) { findEnumForBlockReturn() local
H A DSemaChecking.cpp7171 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 DAnalysisBasedWarnings.cpp908 Range = CO->getCond()->getSourceRange(); in DiagUninitUse() local
H A DSemaStmt.cpp1892 if (ConditionalOperator *CO = dyn_cast<ConditionalOperator>(E)) { CheckLValueToRValueCast() local
/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1533 for (const ExprWithCleanups::CleanupObject &CO : EWC->getObjects()) VisitExprWithCleanups() local
H A DExpr.cpp187 if (const ConditionalOperator *CO = dyn_cast<ConditionalOperator>(E)) in isKnownToHaveBooleanValue() local
2574 if (auto *CO = dyn_cast<ConditionalOperator>(E)) isReadIfDiscardedInCPlusPlus11() local
H A DItaniumMangle.cpp5322 const ConditionalOperator *CO = cast<ConditionalOperator>(E); mangleExpression() local
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1402 const auto *CO = cast<ConditionalOperator>(S); isConditionForTerminator() local
H A DBugReporterVisitors.cpp2160 if (const auto *CO = dyn_cast<ConditionalOperator>(Ex)) { peelOffOuterExpr() local
/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp985 auto *CO = getCopyOf(V); isCopyOfAPHI() local

12