/aosp_15_r20/external/deqp-deps/SPIRV-Tools/utils/vscode/src/grammar/ |
D | grammar.go | 22 type Root struct { struct 23 MagicNumber string `json:"magic_number"` 24 MajorVersion int `json:"major_version"` 25 MinorVersion int `json:"minor_version"` 26 Revision int `json:"revision"` 27 Instructions []Instruction `json:"instructions"` 28 OperandKinds []OperandKind `json:"operand_kinds"`
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/utils/vscode/src/grammar/ |
H A D | grammar.go | 22 type Root struct { struct 23 MagicNumber string `json:"magic_number"` 24 MajorVersion int `json:"major_version"` 25 MinorVersion int `json:"minor_version"` 26 Revision int `json:"revision"` 27 Instructions []Instruction `json:"instructions"` 28 OperandKinds []OperandKind `json:"operand_kinds"`
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/grammar/ |
H A D | grammar.go | 22 type Root struct { struct 23 MagicNumber string `json:"magic_number"` 24 MajorVersion int `json:"major_version"` 25 MinorVersion int `json:"minor_version"` 26 Revision int `json:"revision"` 27 Instructions []Instruction `json:"instructions"` 28 OperandKinds []OperandKind `json:"operand_kinds"`
|
/aosp_15_r20/system/incremental_delivery/incfs/include/ |
H A D | MountRegistry.h | 46 struct Root { struct 60 Mount(std::vector<Root>::const_iterator base) : mBase(base) {} in Mount() argument
|
/aosp_15_r20/external/clang/test/Rewriter/ |
H A D | objc-modern-class-init.mm | 5 @interface Root @end interface 15 @implementation Root @end implementation 17 @interface Root(Cat) @end interface in Cat 21 @implementation Root(Cat) @end implementation in Cat
|
H A D | objc-modern-class-init-hooks.mm | 5 @interface Root @end interface 15 @implementation Root @end implementation 17 @interface Root(Cat) @end interface in Cat 21 @implementation Root(Cat) @end implementation in Cat
|
/aosp_15_r20/external/clang/test/SemaObjCXX/ |
H A D | pseudo-destructor.mm | 5 @interface Root interface 18 template void destroyPointer<Root*>(Root **); function 19 template void destroyReference<Root*>(Root *&); function
|
/aosp_15_r20/external/mesa3d/src/nouveau/compiler/nak/ |
H A D | union_find.rs | 8 struct Root<X: Copy> { struct 16 Root(Root<X>), argument
|
/aosp_15_r20/external/avb/tools/transparency/verify/internal/checkpoint/ |
H A D | checkpoint.go | 104 type Root struct { struct 106 Size uint64 108 Hash []byte
|
/aosp_15_r20/external/libcxxabi/test/ |
H A D | dynamic_cast.pass.cpp | 57 struct Root : Dest, virtual Src { Pad4 _; }; struct 131 struct Root : Src, A1, A2 { Pad6 _; }; struct
|
/aosp_15_r20/external/cronet/third_party/libc++abi/src/test/ |
H A D | dynamic_cast.pass.cpp | 64 struct Root : Dest, virtual Src { Pad4 _; }; argument 138 struct Root : Src, A1, A2 { Pad6 _; }; argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | MachineCombiner.cpp | 265 unsigned MachineCombiner::getLatency(MachineInstr *Root, MachineInstr *NewRoot, in getLatency() 352 MachineInstr &Root, MachineBasicBlock *MBB, in reduceRegisterPressure() 369 MachineBasicBlock *MBB, MachineInstr *Root, in improvesCriticalPathLen() 535 MachineBasicBlock *MBB, MachineInstr &Root, in verifyPatternOrder()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrInfo.cpp | 5052 static bool getMaddPatterns(MachineInstr &Root, in getMaddPatterns() 5193 static bool getFMAPatterns(MachineInstr &Root, in getFMAPatterns() 5336 static bool getFMULPatterns(MachineInstr &Root, in getFMULPatterns() 5508 static bool getMiscPatterns(MachineInstr &Root, in getMiscPatterns() 5548 MachineInstr &Root, SmallVectorImpl<MachineCombinerPattern> &Patterns, in getMachineCombinerPatterns() 5589 const TargetInstrInfo *TII, MachineInstr &Root, in genFusedMultiply() 5650 genIndexedMultiply(MachineInstr &Root, in genIndexedMultiply() 5693 MachineInstr &Root, SmallVectorImpl<MachineInstr *> &InsInstrs, in genFusedMultiplyAcc() 5702 const TargetInstrInfo *TII, MachineInstr &Root, in genNeg() 5722 MachineInstr &Root, SmallVectorImpl<MachineInstr *> &InsInstrs, in genFusedMultiplyAccNeg() [all …]
|
/aosp_15_r20/external/clang/test/SemaObjC/ |
H A D | duplicate-ivar-in-class-extension.m | 3 @interface Root @end interface 23 @interface Root () { interface in int
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | LoopNestAnalysis.cpp | 42 LoopNest::LoopNest(Loop &Root, ScalarEvolution &SE) in LoopNest() 47 std::unique_ptr<LoopNest> LoopNest::getLoopNest(Loop &Root, in getLoopNest() 261 unsigned LoopNest::getMaxPerfectDepth(const Loop &Root, ScalarEvolution &SE) { in getMaxPerfectDepth()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/collections/btree/ |
H A D | split.rs | 6 impl<K, V> Root<K, V> { implementation
|
H A D | append.rs | 6 impl<K, V> Root<K, V> { impl
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/collections/btree/ |
H A D | split.rs | 6 impl<K, V> Root<K, V> { implementation
|
/aosp_15_r20/external/clang/test/CodeGenObjC/ |
H A D | objc2-weak-import-attribute.m | 38 __attribute__((weak_import)) @interface Root @end interface 46 @implementation Root @end implementation
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/src/collections/btree/ |
H A D | split.rs | 6 impl<K, V> Root<K, V> { implementation
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/collections/btree/ |
H A D | split.rs | 6 impl<K, V> Root<K, V> { implementation
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/collections/btree/ |
H A D | split.rs | 6 impl<K, V> Root<K, V> { impl
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/type_traits/test/ |
D | alignment_of_test.cpp | 40 struct Root { int a; }; struct
|
D | alignment_of_a2_test.cpp | 45 struct Root { int a; }; struct
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfo.cpp | 1270 MachineInstr &Root, MachineCombinerPattern &P, in finalizeInsInstrs() 1431 static bool canCombineFPFusedMultiply(const MachineInstr &Root, in canCombineFPFusedMultiply() 1459 getFPFusedMultiplyPatterns(MachineInstr &Root, in getFPFusedMultiplyPatterns() 1482 static bool getFPPatterns(MachineInstr &Root, in getFPPatterns() 1489 MachineInstr &Root, SmallVectorImpl<MachineCombinerPattern> &Patterns, in getMachineCombinerPatterns() 1535 static void combineFPFusedMultiply(MachineInstr &Root, MachineInstr &Prev, in combineFPFusedMultiply() 1572 MachineInstr &Root, MachineCombinerPattern Pattern, in genAlternativeCodeSequence()
|