Searched refs:arg_ref (Results 1 – 7 of 7) sorted by relevance
/external/antlr/runtime/Perl5/lib/ANTLR/Runtime/ |
D | Parser.pm | 30 my ($self, $arg_ref) = @_; 31 my $input = $arg_ref->{input}; 32 my $exception = $arg_ref->{exception}; 33 my $expected_token_type = $arg_ref->{expected_token_type}; 34 my $follow = $arg_ref->{follow};
|
D | CommonToken.pm | 72 my ($self, $arg_ref) = @_; 74 if (exists $arg_ref->{token}) { 75 my $token = $arg_ref->{token};
|
D | BaseRecognizer.pm | 408 my ($self, $arg_ref) = @_; 409 my $input = $arg_ref->{input}; 410 my $exception = $arg_ref->{exception}; 411 my $expected_token_type = $arg_ref->{expected_token_type}; 412 my $follow = $arg_ref->{follow};
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/COFF/ |
D | type-quals.ll | 18 ; void g(int& __restrict arg_ref) { 428 define void @"\01?g@@YAXAEIAH@Z"(i32* noalias dereferenceable(4) %arg_ref) #0 !dbg !2 { 430 %arg_ref.addr = alloca i32*, align 8 432 store i32* %arg_ref, i32** %arg_ref.addr, align 8 433 …call void @llvm.dbg.declare(metadata i32** %arg_ref.addr, metadata !51, metadata !DIExpression()),… 534 !51 = !DILocalVariable(name: "arg_ref", arg: 1, scope: !2, file: !3, line: 16, type: !6)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-pdbdump/Inputs/ |
D | TypeQualifiersTest.cpp | 16 void g(int& __restrict arg_ref) { in g() argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-pdbdump/ |
D | type-qualifiers.test | 9 ; GLOBALS_FUNC-DAG: void __cdecl g(int& __restrict arg_ref)
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Perl5/ |
D | Perl5.stg | 84 my ($self, $arg_ref) = @_; 219 my ($self, $arg_ref) = @_;
|