/external/llvm-project/clang/unittests/Rename/ |
D | RenameFunctionTest.cpp | 40 std::string Before = R"( in TEST_F() local 56 std::string Before = R"( in TEST_F() local 79 std::string Before = R"( in TEST_F() local 92 std::string Before = R"( in TEST_F() local 113 std::string Before = R"( in TEST_F() local 122 std::string Before = R"( in TEST_F() local 131 std::string Before = R"( in TEST_F() local 146 std::string Before = R"( in TEST_F() local 158 std::string Before = R"( in TEST_F() local 208 std::string Before = R"( in TEST_F() local [all …]
|
D | RenameClassTest.cpp | 407 std::string Before = R"( in TEST_F() local 444 std::string Before = R"( in TEST_F() local 473 std::string Before = R"( in TEST_F() local 506 std::string Before = R"( in TEST_F() local 549 std::string Before = R"( in TEST_F() local 598 std::string Before = R"( in TEST_F() local 633 std::string Before = R"( in TEST_F() local 678 std::string Before = R"( in TEST_F() local 707 std::string Before = R"( in TEST_F() local 736 std::string Before = R"( in TEST_F() local [all …]
|
D | RenameAliasTest.cpp | 205 std::string Before = R"( in TEST_F() local 218 std::string Before = R"( in TEST_F() local 231 std::string Before = R"( in TEST_F() local 250 std::string Before = R"( in TEST_F() local 267 std::string Before = R"( in TEST_F() local
|
D | RenameMemberTest.cpp | 169 std::string Before = R"( in TEST_F() local 184 std::string Before = R"( in TEST_F() local 199 std::string Before = R"( in TEST_F() local
|
D | RenameEnumTest.cpp | 157 std::string Before = R"( in TEST_F() local 172 std::string Before = R"( in TEST_F() local
|
D | ClangRenameTest.h | 38 std::string Before; member
|
/external/junit/src/main/java/org/junit/ |
D | Before.java | 37 public @interface Before { annotation
|
/external/swiftshader/tests/regres/cov/ |
D | span.go | 47 func (l Location) Before(o Location) bool { return l.Compare(o) == -1 } func 77 func (s Span) Before(o Span) bool { return s.Compare(o) == -1 } func
|
/external/llvm-project/clang-tools-extra/clangd/unittests/ |
D | FormatTests.cpp | 42 void expectAfterNewline(const char *Before, const char *After) { in expectAfterNewline() 45 void expectAfter(const char *Typed, const char *Before, const char *After) { in expectAfter()
|
/external/llvm-project/flang/lib/Parser/ |
D | unparse.cpp | 40 template <typename T> void Before(const T &) {} in Before() function in Fortran::parser::UnparseVisitor 69 template <typename T> void Before(const Statement<T> &x) { in Before() function in Fortran::parser::UnparseVisitor 143 void Before(const IntrinsicTypeSpec::Real &) { // R704 in Before() function in Fortran::parser::UnparseVisitor 146 void Before(const IntrinsicTypeSpec::Complex &) { Word("COMPLEX"); } in Before() function in Fortran::parser::UnparseVisitor 150 void Before(const IntrinsicTypeSpec::Character &) { Word("CHARACTER"); } in Before() function in Fortran::parser::UnparseVisitor 151 void Before(const IntrinsicTypeSpec::Logical &) { Word("LOGICAL"); } in Before() function in Fortran::parser::UnparseVisitor 155 void Before(const IntegerTypeSpec &) { // R705 in Before() function in Fortran::parser::UnparseVisitor 281 void Before(const ComponentAttrSpec &x) { in Before() function in Fortran::parser::UnparseVisitor 468 void Before(const AttrSpec &x) { // R802 in Before() function in Fortran::parser::UnparseVisitor 766 void Before(const ImageSelectorSpec::Stat &) { // R926 in Before() function in Fortran::parser::UnparseVisitor [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIWholeQuadMode.cpp | 560 MachineBasicBlock::iterator Before) { in saveSCC() 629 MachineBasicBlock::iterator Before, in toExact() 651 MachineBasicBlock::iterator Before, in toWQM() 670 MachineBasicBlock::iterator Before, in toWWM() 681 MachineBasicBlock::iterator Before, in fromWWM() 789 MachineBasicBlock::iterator Before = in processBlock() local
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | SIWholeQuadMode.cpp | 608 MachineBasicBlock::iterator Before) { in saveSCC() 700 MachineBasicBlock::iterator Before, in toExact() 722 MachineBasicBlock::iterator Before, in toWQM() 741 MachineBasicBlock::iterator Before, in toWWM() 752 MachineBasicBlock::iterator Before, in fromWWM() 861 MachineBasicBlock::iterator Before = in processBlock() local
|
/external/llvm/include/llvm/CodeGen/GlobalISel/ |
D | MachineIRBuilder.h | 45 bool Before; variable
|
/external/wpa_supplicant_8/wpa_supplicant/systemd/ |
D | wpa_supplicant.service.in | 3 Before=network.target key
|
/external/llvm-project/llvm/lib/Support/ |
D | BlockFrequency.cpp | 41 uint64_t Before = Freq.Frequency; in operator +=() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | BlockFrequency.cpp | 41 uint64_t Before = Freq.Frequency; in operator +=() local
|
/external/llvm/lib/Support/ |
D | BlockFrequency.cpp | 43 uint64_t Before = Freq.Frequency; in operator +=() local
|
/external/llvm-project/llvm/lib/Passes/ |
D | StandardInstrumentations.cpp | 320 IRUnitT &Before = BeforeStack.back(); in handleIRAfterPass() local 422 const std::string &Before, in handleAfter() 710 const CFG &Before, in printDiff() 794 auto Before = GraphStackBefore.pop_back_val(); in registerCallbacks() local 802 auto Before = GraphStackBefore.pop_back_val(); in registerCallbacks() local
|
/external/llvm-project/clang-tools-extra/clangd/unittests/tweaks/ |
D | ExtractFunctionTests.cpp | 166 const char *Before = R"cpp( in TEST_F() local
|
/external/llvm/lib/CodeGen/GlobalISel/ |
D | RegBankSelect.cpp | 583 bool Before = !MO.isDef(); in RepairingPlacement() local 659 bool Before) { in addInsertPoint() 681 bool Before) in InstrInsertPoint()
|
D | MachineIRBuilder.cpp | 38 void MachineIRBuilder::setInstr(MachineInstr &MI, bool Before) { in setInstr()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | RegBankSelect.cpp | 736 bool Before = !MO.isDef(); in RepairingPlacement() local 818 bool Before) { in addInsertPoint() 840 bool Before) in InstrInsertPoint()
|
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
D | RegBankSelect.cpp | 745 bool Before = !MO.isDef(); in RepairingPlacement() local 827 bool Before) { in addInsertPoint() 849 bool Before) in InstrInsertPoint()
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIWholeQuadMode.cpp | 335 MachineBasicBlock::iterator Before, in toExact() 350 MachineBasicBlock::iterator Before, in toWQM()
|
/external/llvm-project/clang-tools-extra/clang-tidy/utils/ |
D | ExprSequence.cpp | 75 bool ExprSequence::inSequence(const Stmt *Before, const Stmt *After) const { in inSequence() argument
|