/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_variable.c | 54 for (var_ptr = var; var_ptr; var_ptr = var_ptr->Friend) { in rc_variable_change_dst() 228 var = var->Friend; in rc_variable_compute_live_intervals() 267 while(var->Friend) { in rc_variable_add_friend() 268 var = var->Friend; in rc_variable_add_friend() 270 var->Friend = friend; in rc_variable_add_friend() 302 for (var = list_ptr->Item; var; var = var->Friend) { in get_variable_helper() 396 var = var->Friend; in rc_variable_writemask_sum() 439 var = var->Friend; in rc_variable_readers_union() 486 for (friend = var->Friend; friend; in rc_variable_list_get_writers() 487 friend = friend->Friend) { in rc_variable_list_get_writers() [all …]
|
D | radeon_variable.h | 55 struct rc_variable * Friend; member
|
D | radeon_pair_regalloc.c | 342 for (var_ptr = variable; var_ptr; var_ptr = var_ptr->Friend) { in variable_get_class() 361 var_ptr = var_ptr->Friend) { in variable_get_class() 592 var_b = var_b->Friend; in do_advanced_regalloc() 594 var_a = var_a->Friend; in do_advanced_regalloc()
|
D | radeon_optimize.c | 810 for (var = writer_list->Item; var; var = var->Friend) { in peephole_mul_omod() 838 for (var = writer_list->Item; var; var = var->Friend) { in peephole_mul_omod()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/ |
D | PDBSymbolTypeFriend.h | 21 DECLARE_PDB_SYMBOL_CONCRETE_TYPE(PDB_SymType::Friend)
|
D | PDBTypes.h | 261 Friend, enumerator
|
/third_party/gn/src/gn/ |
D | header_checker.h | 80 FRIEND_TEST_ALL_PREFIXES(HeaderCheckerTest, Friend);
|
D | header_checker_unittest.cc | 394 TEST_F(HeaderCheckerTest, Friend) { in TEST_F() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/ |
D | PDBSymbol.cpp | 84 FACTORY_SYMTAG_CASE(Friend, PDBSymbolTypeFriend) in createSymbol()
|
D | PDBExtras.cpp | 244 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_SymType, Friend, OS) in operator <<()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 272 Friend = 0x03, enumerator
|
D | TypeRecord.h | 87 return MP != MethodKind::Vanilla && MP != MethodKind::Friend && in isVirtual()
|
/third_party/boost/libs/contract/doc/ |
D | main.qbk | 60 [def __Friend_Functions__ [link boost_contract.advanced.friend_functions Friend Functions]]
|
D | advanced.qbk | 170 [section Friend Functions]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | EnumTables.cpp | 337 CV_ENUM_CLASS_ENT(MethodKind, Friend),
|
D | TypeDumpVisitor.cpp | 63 ENUM_ENTRY(MethodKind, Friend),
|
/third_party/googletest/googlemock/scripts/generator/cpp/ |
D | ast.py | 196 class Friend(Expr): class 1368 return Friend(t0.start, t0.end, tokens, self.namespace_stack)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLTypes.cpp | 307 IO.enumCase(Kind, "Friend", MethodKind::Friend); in enumeration()
|
/third_party/boost/libs/thread/doc/ |
D | thread_ref.qbk | 1251 [section:stream_out Friend `operator<<`]
|
/third_party/icu/icu4j/perf-tests/data/collation/ |
D | TestNames_Latin.txt | 2510 Friend, Donald 2511 Friend, Washington
|
D | vfear11a.txt | 570 Friend Porlock is evidently scared out of his senses -- kindly 874 "Great! Tell me, Friend MacDonald, this pleasing and touching 2966 Friend Watson. Well, we shall see. By the way, you have that 4879 We can do with a bad man or two among us, Friend McMurdo: 6903 "The less you know, Friend Morris, the easier your conscience
|
D | ulyss10.txt | 3410 off for the day, singing. Friend of the family. Swurls, he says. Pier with 15729 --Friend of yours, says Alf. 22532 Friend of all Frillies, pray for us
|
D | 2drvb10.txt | 6091 87:19. Friend and neighbour thou hast put far from me: and my
|
/third_party/gn/docs/ |
D | reference.md | 5577 with the include directive. Friend annotations are not propagated across 5578 public or private dependencies. Friend annotations do not affect visibility.
|
/third_party/typescript/doc/ |
D | spec-ARCHIVED.md | 353 interface Friend { 358 function add(friend: Friend) {
|