/external/llvm-project/clang-tools-extra/clang-tidy/readability/ |
D | SimplifyBooleanExprCheck.cpp | 65 if (const auto *Negated = Result.Nodes.getNodeAs<UnaryOperator>(Id)) { in getBoolLiteral() local 184 const Expr *E, bool Negated, in compareExpressionToConstant() 195 const Expr *E, bool Negated) { in compareExpressionToNullPtr() 202 const Expr *E, bool Negated) { in compareExpressionToZero() 207 bool Negated, const Expr *E) { in replacementExpression() 284 const Expr *stmtReturnsBool(const ReturnStmt *Ret, bool Negated) { in stmtReturnsBool() 302 const Expr *stmtReturnsBool(const IfStmt *IfRet, bool Negated) { in stmtReturnsBool() 402 const Expr *ReplaceWith, bool Negated) { in reportBinOp() 616 bool Negated) { in replaceWithCondition() 625 const MatchFinder::MatchResult &Result, const IfStmt *If, bool Negated) { in replaceWithReturnCondition() [all …]
|
/external/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/ |
D | AVRMCExpr.h | 81 bool Negated; variable 84 explicit AVRMCExpr(VariantKind Kind, const MCExpr *Expr, bool Negated) in AVRMCExpr()
|
D | AVRMCExpr.cpp | 39 bool Negated, MCContext &Ctx) { in create()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/MCTargetDesc/ |
D | AVRMCExpr.h | 81 bool Negated; variable 84 explicit AVRMCExpr(VariantKind Kind, const MCExpr *Expr, bool Negated) in AVRMCExpr()
|
D | AVRMCExpr.cpp | 39 bool Negated, MCContext &Ctx) { in create()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | ARMTargetParser.cpp | 451 bool Negated = stripNegationPrefix(ArchExt); in getArchExtFeature() local 501 const bool Negated = stripNegationPrefix(ArchExt); in appendArchExtFeatures() local
|
/external/llvm-project/llvm/lib/Support/ |
D | ARMTargetParser.cpp | 457 bool Negated = stripNegationPrefix(ArchExt); in getArchExtFeature() local 501 const bool Negated = stripNegationPrefix(ArchExt); in appendArchExtFeatures() local
|
/external/llvm-project/llvm/lib/Transforms/InstCombine/ |
D | InstCombineNegator.cpp | 479 Value *Negated = negate(Root, /*Depth=*/0); in run() local
|
/external/clang/include/clang/Analysis/Analyses/ |
D | ThreadSafetyCommon.h | 260 bool Negated; ///< True if this is a negative capability variable
|
/external/llvm-project/clang/include/clang/Analysis/Analyses/ |
D | ThreadSafetyCommon.h | 276 bool Negated; variable
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonBitTracker.cpp | 891 bool Negated = false; in evaluate() local
|
D | HexagonHardwareLoops.cpp | 614 bool Negated = TII->predOpcodeHasNot(Cond) ^ (TB != Header); in getLoopTripCount() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonBitTracker.cpp | 990 bool Negated = false; in evaluate() local
|
D | HexagonHardwareLoops.cpp | 647 bool Negated = TII->predOpcodeHasNot(Cond) ^ (TB != Header); in getLoopTripCount() local
|
D | HexagonConstPropagation.cpp | 2267 bool Negated = false; in evaluate() local
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonBitTracker.cpp | 988 bool Negated = false; in evaluate() local
|
D | HexagonHardwareLoops.cpp | 647 bool Negated = TII->predOpcodeHasNot(Cond) ^ (TB != Header); in getLoopTripCount() local
|
D | HexagonConstPropagation.cpp | 2272 bool Negated = false; in evaluate() local
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | AMDGPULegalizerInfo.cpp | 2653 MachineBasicBlock *&UncondBrTarget, bool &Negated) { in verifyCFIntrinsic() 4605 bool Negated = false; in legalizeIntrinsic() local 4653 bool Negated = false; in legalizeIntrinsic() local
|
/external/llvm-project/clang/lib/AST/ |
D | ExprConstant.cpp | 13364 APFixedPoint Negated = Result.getFixedPoint().negate(&Overflowed); in VisitUnaryOperator() local
|