/external/rust/crates/regex/src/ |
D | prog.rs | 13 pub type InstPtr = usize; typedef 24 pub matches: Vec<InstPtr>, 35 pub start: InstPtr, 152 + (self.matches.len() * mem::size_of::<InstPtr>()) in approximate_size() 312 pub goto: InstPtr, 323 pub goto1: InstPtr, 326 pub goto2: InstPtr, 334 pub goto: InstPtr, 365 pub goto: InstPtr, 375 pub goto: InstPtr, [all …]
|
D | compile.rs | 12 EmptyLook, Inst, InstBytes, InstChar, InstEmptyLook, InstPtr, InstRanges, 24 entry: InstPtr, 752 fn fill(&mut self, hole: Hole, goto: InstPtr) { in fill() argument 774 goto1: Option<InstPtr>, in fill_split() argument 775 goto2: Option<InstPtr>, in fill_split() argument 850 One(InstPtr), 870 Split1(InstPtr), 871 Split2(InstPtr), 875 fn fill(&mut self, goto: InstPtr) { in fill() argument 902 fn fill_split(&mut self, goto1: InstPtr, goto2: InstPtr) { in fill_split() argument [all …]
|
D | dfa.rs | 139 stack: Vec<InstPtr>, 271 type InstPtr = u32; typedef 276 fn push_inst_ptr(data: &mut Vec<u8>, prev: &mut InstPtr, ip: InstPtr) { in push_inst_ptr() argument 441 + (self.stack.len() * mem::size_of::<InstPtr>()); in reset_size() 979 inst.goto as InstPtr, in exec_byte() 1055 ip: InstPtr, in follow_epsilons() argument 1084 ip = inst.goto as InstPtr; in follow_epsilons() 1087 ip = inst.goto as InstPtr; in follow_epsilons() 1090 ip = inst.goto as InstPtr; in follow_epsilons() 1093 ip = inst.goto as InstPtr; in follow_epsilons() [all …]
|
D | backtrack.rs | 21 use crate::prog::{InstPtr, Program}; 75 Inst { ip: InstPtr, at: InputAt }, 192 fn step(&mut self, mut ip: InstPtr, mut at: InputAt) -> bool { in step() argument 264 fn has_visited(&mut self, ip: InstPtr, at: InputAt) -> bool { in has_visited() argument
|
D | pikevm.rs | 22 use crate::prog::{InstPtr, Program}; 70 IP(InstPtr),
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
D | debug_info_manager.h | 248 typedef Instruction* InstPtr; typedef 250 bool operator()(const InstPtr& lhs, const InstPtr& rhs) const { in operator() 257 std::unordered_map<uint32_t, std::set<InstPtr, InstPtrLess>>
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | debug_info_manager.h | 248 typedef Instruction* InstPtr; typedef 250 bool operator()(const InstPtr& lhs, const InstPtr& rhs) const { in operator() 257 std::unordered_map<uint32_t, std::set<InstPtr, InstPtrLess>>
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | debug_info_manager.h | 248 typedef Instruction* InstPtr; typedef 250 bool operator()(const InstPtr& lhs, const InstPtr& rhs) const { in operator() 257 std::unordered_map<uint32_t, std::set<InstPtr, InstPtrLess>>
|
/external/clang/test/Parser/ |
D | cxx-default-args.cpp | 12 } *InstPtr; typedef
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MCTargetDesc.cpp | 193 unsigned InstPtr = is64Bit ? X86::RIP : X86::EIP; in createX86MCAsmInfo() local 195 nullptr, MRI.getDwarfRegNum(InstPtr, true), stackGrowth); in createX86MCAsmInfo()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopIdiomRecognize.cpp | 490 WeakVH InstPtr(&*I); in runOnLoopBlock() local 497 if (!InstPtr) in runOnLoopBlock()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MCTargetDesc.cpp | 358 unsigned InstPtr = is64Bit ? X86::RIP : X86::EIP; in createX86MCAsmInfo() local 360 nullptr, MRI.getDwarfRegNum(InstPtr, true), stackGrowth); in createX86MCAsmInfo()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopIdiomRecognize.cpp | 586 WeakTrackingVH InstPtr(&*I); in runOnLoopBlock() local 593 if (!InstPtr) in runOnLoopBlock()
|