| /external/libcxx/test/std/containers/sequences/array/array.tuple/ |
| D | tuple_element.pass.cpp | 21 typedef T Exp; in test() typedef 28 typedef T const Exp; in test() typedef 35 typedef T volatile Exp; in test() typedef 42 typedef T const volatile Exp; in test() typedef
|
| /external/llvm-project/libcxx/test/std/containers/sequences/array/array.tuple/ |
| D | tuple_element.pass.cpp | 22 typedef T Exp; in test() typedef 29 typedef T const Exp; in test() typedef 36 typedef T volatile Exp; in test() typedef 43 typedef T const volatile Exp; in test() typedef
|
| /external/llvm-project/clang/lib/Analysis/ |
| D | ExprMutationAnalyzer.cpp | 146 const Stmt *ExprMutationAnalyzer::findMutation(const Expr *Exp) { in findMutation() 162 const Stmt *ExprMutationAnalyzer::findPointeeMutation(const Expr *Exp) { in findPointeeMutation() 171 const Expr *Exp, llvm::ArrayRef<MutationFinder> Finders, in findMutationMemoized() 201 bool ExprMutationAnalyzer::isUnevaluated(const Expr *Exp) { in isUnevaluated() 254 const Stmt *ExprMutationAnalyzer::findDirectMutation(const Expr *Exp) { in findDirectMutation() 380 const Stmt *ExprMutationAnalyzer::findMemberMutation(const Expr *Exp) { in findMemberMutation() 392 const Stmt *ExprMutationAnalyzer::findArrayElementMutation(const Expr *Exp) { in findArrayElementMutation() 406 const Stmt *ExprMutationAnalyzer::findCastMutation(const Expr *Exp) { in findCastMutation() 443 const Stmt *ExprMutationAnalyzer::findRangeLoopMutation(const Expr *Exp) { in findRangeLoopMutation() 504 const Stmt *ExprMutationAnalyzer::findReferenceMutation(const Expr *Exp) { in findReferenceMutation() [all …]
|
| D | ThreadSafety.cpp | 395 const Expr *Exp = nullptr; member 486 const Expr *Exp = VarDefinitions[i].Exp; in dump() local 528 Context addDefinition(const NamedDecl *D, const Expr *Exp, Context Ctx) { in addDefinition() 546 Context updateDefinition(const NamedDecl *D, Expr *Exp, Context Ctx) { in updateDefinition() 1189 static const ValueDecl *getValueDecl(const Expr *Exp) { in getValueDecl() 1366 const Expr *Exp, const NamedDecl *D, in getMutexIDs() 1398 const Expr *Exp, const NamedDecl *D, in getMutexIDs() 1526 const auto *Exp = getTrylockCallExpr(Cond, LVarCtx, Negate); in getEdgeLockset() local 1629 void BuildLockset::warnIfMutexNotHeld(const NamedDecl *D, const Expr *Exp, in warnIfMutexNotHeld() 1691 void BuildLockset::warnIfMutexHeld(const NamedDecl *D, const Expr *Exp, in warnIfMutexHeld() [all …]
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| D | Z3Solver.cpp | 298 SMTExprRef newExprRef(const SMTExpr &Exp) { in newExprRef() 312 SMTSortRef getSort(const SMTExprRef &Exp) override { in getSort() 333 SMTExprRef mkBVNeg(const SMTExprRef &Exp) override { in mkBVNeg() 338 SMTExprRef mkBVNot(const SMTExprRef &Exp) override { in mkBVNot() 343 SMTExprRef mkNot(const SMTExprRef &Exp) override { in mkNot() 490 SMTExprRef mkFPNeg(const SMTExprRef &Exp) override { in mkFPNeg() 495 SMTExprRef mkFPIsInfinite(const SMTExprRef &Exp) override { in mkFPIsInfinite() 500 SMTExprRef mkFPIsNaN(const SMTExprRef &Exp) override { in mkFPIsNaN() 505 SMTExprRef mkFPIsNormal(const SMTExprRef &Exp) override { in mkFPIsNormal() 510 SMTExprRef mkFPIsZero(const SMTExprRef &Exp) override { in mkFPIsZero() [all …]
|
| /external/llvm-project/llvm/lib/Support/ |
| D | Z3Solver.cpp | 299 SMTExprRef newExprRef(const SMTExpr &Exp) { in newExprRef() 313 SMTSortRef getSort(const SMTExprRef &Exp) override { in getSort() 334 SMTExprRef mkBVNeg(const SMTExprRef &Exp) override { in mkBVNeg() 339 SMTExprRef mkBVNot(const SMTExprRef &Exp) override { in mkBVNot() 344 SMTExprRef mkNot(const SMTExprRef &Exp) override { in mkNot() 491 SMTExprRef mkFPNeg(const SMTExprRef &Exp) override { in mkFPNeg() 496 SMTExprRef mkFPIsInfinite(const SMTExprRef &Exp) override { in mkFPIsInfinite() 501 SMTExprRef mkFPIsNaN(const SMTExprRef &Exp) override { in mkFPIsNaN() 506 SMTExprRef mkFPIsNormal(const SMTExprRef &Exp) override { in mkFPIsNormal() 511 SMTExprRef mkFPIsZero(const SMTExprRef &Exp) override { in mkFPIsZero() [all …]
|
| /external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| D | SMTConv.h | 41 const llvm::SMTExprRef &Exp) { in fromUnOp() 60 const llvm::SMTExprRef &Exp) { in fromFloatUnOp() 261 const llvm::SMTExprRef &Exp, in fromCast() 337 const llvm::SMTExprRef &Exp, in getCastExpr() 438 llvm::SMTExprRef Exp = in getSymExpr() local 450 llvm::SMTExprRef Exp = in getSymExpr() local 479 const llvm::SMTExprRef &Exp, in getZeroExpr() 519 llvm::SMTExprRef Exp = getExpr(Solver, Ctx, Sym, &SymTy); in getRangeExpr() local
|
| D | SMTConstraintManager.h | 50 llvm::SMTExprRef Exp = in REGISTER_TRAIT_WITH_PROGRAMSTATE() local 88 llvm::SMTExprRef Exp = in REGISTER_TRAIT_WITH_PROGRAMSTATE() local 125 llvm::SMTExprRef Exp = SMTConv::fromData(Solver, Ctx, SD); in REGISTER_TRAIT_WITH_PROGRAMSTATE() local
|
| /external/llvm-project/llvm/unittests/Transforms/Utils/ |
| D | ScalarEvolutionExpanderTest.cpp | 120 SCEVExpander Exp(SE, M.getDataLayout(), "expander"); in TEST_F() local 204 SCEVExpander Exp(SE, NIM.getDataLayout(), "expander"); in TEST_F() local 284 SCEVExpander Exp(SE, M.getDataLayout(), "expander"); in TEST_F() local 336 SCEVExpander Exp(SE, M.getDataLayout(), "expander"); in TEST_F() local 388 SCEVExpander Exp(SE, M.getDataLayout(), "expander"); in TEST_F() local 439 SCEVExpander Exp(SE, M.getDataLayout(), "expander"); in TEST_F() local 490 SCEVExpander Exp(SE, M.getDataLayout(), "expander"); in TEST_F() local 531 SCEVExpander Exp(SE, M->getDataLayout(), "expander"); in TEST_F() local 582 SCEVExpander Exp(SE, M->getDataLayout(), "expander"); in TEST_F() local 664 SCEVExpander Exp(SE, M->getDataLayout(), "expander"); in TEST_F() local [all …]
|
| /external/llvm-project/clang/include/clang/Analysis/Analyses/ |
| D | ExprMutationAnalyzer.h | 28 bool isMutated(const Expr *Exp) { return findMutation(Exp) != nullptr; } in isMutated() 33 bool isPointeeMutated(const Expr *Exp) { in isPointeeMutated()
|
| D | ThreadSafetyLogical.h | 83 LExpr *Exp; variable 86 Not(LExpr *Exp) : LExpr(LExpr::Not), Exp(Exp) {} in Not()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
| D | PPCAsmPrinter.cpp | 654 const MCExpr *Exp = in EmitInstruction() local 697 const MCExpr *Exp = in EmitInstruction() local 709 const MCExpr *Exp = in EmitInstruction() local 757 const MCExpr *Exp = in EmitInstruction() local 786 const MCExpr *Exp = MCSymbolRefExpr::create(TOCEntry, in EmitInstruction() local 816 const MCExpr *Exp = MCSymbolRefExpr::create(TOCEntry, in EmitInstruction() local 850 const MCExpr *Exp = in EmitInstruction() local 892 const MCExpr *Exp = in EmitInstruction() local 914 const MCExpr *Exp = in EmitInstruction() local 947 const MCExpr *Exp = MCSymbolRefExpr::create( in EmitInstruction() local
|
| /external/llvm/lib/Target/PowerPC/ |
| D | PPCAsmPrinter.cpp | 543 const MCExpr *Exp = in EmitInstruction() local 588 const MCExpr *Exp = in EmitInstruction() local 595 const MCExpr *Exp = in EmitInstruction() local 633 const MCExpr *Exp = in EmitInstruction() local 674 const MCExpr *Exp = in EmitInstruction() local 717 const MCExpr *Exp = in EmitInstruction() local 748 const MCExpr *Exp = in EmitInstruction() local 781 const MCExpr *Exp = in EmitInstruction() local
|
| /external/llvm-project/llvm/lib/Target/PowerPC/ |
| D | PPCAsmPrinter.cpp | 698 const MCExpr *Exp = in emitInstruction() local 739 const MCExpr *Exp = in emitInstruction() local 751 const MCExpr *Exp = in emitInstruction() local 800 const MCExpr *Exp = in emitInstruction() local 830 const MCExpr *Exp = MCSymbolRefExpr::create(TOCEntry, in emitInstruction() local 860 const MCExpr *Exp = MCSymbolRefExpr::create(TOCEntry, in emitInstruction() local 892 const MCExpr *Exp = in emitInstruction() local 932 const MCExpr *Exp = in emitInstruction() local 954 const MCExpr *Exp = in emitInstruction() local 987 const MCExpr *Exp = MCSymbolRefExpr::create( in emitInstruction() local [all …]
|
| /external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
| D | exp.h | 27 inline void Exp(const T* input_data, const size_t num_elements, in Exp() function
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Testing/Support/ |
| D | Error.h | 23 template <typename T> ExpectedHolder<T> TakeExpected(Expected<T> &Exp) { in TakeExpected() 27 template <typename T> ExpectedHolder<T> TakeExpected(Expected<T> &&Exp) { in TakeExpected()
|
| /external/clang/include/clang/Analysis/Analyses/ |
| D | ThreadSafetyLogical.h | 84 LExpr *Exp; variable 87 Not(LExpr *Exp) : LExpr(LExpr::Not), Exp(Exp) {} in Not()
|
| /external/llvm-project/llvm/include/llvm/Testing/Support/ |
| D | Error.h | 23 template <typename T> ExpectedHolder<T> TakeExpected(Expected<T> &Exp) { in TakeExpected() 27 template <typename T> ExpectedHolder<T> TakeExpected(Expected<T> &&Exp) { in TakeExpected()
|
| /external/clang/lib/ARCMigrate/ |
| D | TransARCAssign.cpp | 42 bool VisitBinaryOperator(BinaryOperator *Exp) { in VisitBinaryOperator()
|
| /external/llvm-project/clang/lib/ARCMigrate/ |
| D | TransARCAssign.cpp | 41 bool VisitBinaryOperator(BinaryOperator *Exp) { in VisitBinaryOperator()
|
| /external/clang/lib/Analysis/ |
| D | ThreadSafety.cpp | 357 const Expr *Exp; // The expression for this variable, OR member 446 const Expr *Exp = VarDefinitions[i].Exp; in dump() local 486 Context addDefinition(const NamedDecl *D, const Expr *Exp, Context Ctx) { in addDefinition() 504 Context updateDefinition(const NamedDecl *D, Expr *Exp, Context Ctx) { in updateDefinition() 1089 static const ValueDecl *getValueDecl(const Expr *Exp) { in getValueDecl() 1251 Expr *Exp, const NamedDecl *D, in getMutexIDs() 1284 Expr *Exp, const NamedDecl *D, in getMutexIDs() 1405 CallExpr *Exp = in getEdgeLockset() local 1501 void BuildLockset::warnIfMutexNotHeld(const NamedDecl *D, const Expr *Exp, in warnIfMutexNotHeld() 1564 void BuildLockset::warnIfMutexHeld(const NamedDecl *D, const Expr *Exp, in warnIfMutexHeld() [all …]
|
| /external/pdfium/fxbarcode/common/reedsolomon/ |
| D | BC_ReedSolomonGF256.cpp | 73 int32_t CBC_ReedSolomonGF256::Exp(int32_t a) { in Exp() function in CBC_ReedSolomonGF256
|
| /external/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
| D | ARMAddressingModes.h | 648 uint8_t Exp = (Imm >> 4) & 0x7; in getFPImmFloat() local 669 int32_t Exp = (Imm.lshr(10).getSExtValue() & 0x1f) - 15; // -14 to 15 in getFP16Imm() local 707 int32_t Exp = (Imm.lshr(23).getSExtValue() & 0xff) - 127; // -126 to 127 in getFP32Imm() local 735 int64_t Exp = (Imm.lshr(52).getSExtValue() & 0x7ff) - 1023; // -1022 to 1023 in getFP64Imm() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
| D | ARMAddressingModes.h | 634 uint8_t Exp = (Imm >> 4) & 0x7; in getFPImmFloat() local 655 int32_t Exp = (Imm.lshr(10).getSExtValue() & 0x1f) - 15; // -14 to 15 in getFP16Imm() local 681 int32_t Exp = (Imm.lshr(23).getSExtValue() & 0xff) - 127; // -126 to 127 in getFP32Imm() local 709 int64_t Exp = (Imm.lshr(52).getSExtValue() & 0x7ff) - 1023; // -1022 to 1023 in getFP64Imm() local
|
| /external/llvm/lib/Target/ARM/MCTargetDesc/ |
| D | ARMAddressingModes.h | 659 uint8_t Exp = (Imm >> 4) & 0x7; in getFPImmFloat() local 681 int32_t Exp = (Imm.lshr(10).getSExtValue() & 0x1f) - 15; // -14 to 15 in getFP16Imm() local 707 int32_t Exp = (Imm.lshr(23).getSExtValue() & 0xff) - 127; // -126 to 127 in getFP32Imm() local 735 int64_t Exp = (Imm.lshr(52).getSExtValue() & 0x7ff) - 1023; // -1022 to 1023 in getFP64Imm() local
|