OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:arg_entry
(Results
1 - 3
of
3
) sorted by null
/external/lldb/source/Interpreter/
CommandObject.cpp
593
CommandArgumentEntry
arg_entry
=
local
596
int num_alternatives =
arg_entry
.size();
599
&& IsPairType (
arg_entry
[0].arg_repetition))
601
const char *first_name = GetArgumentName (
arg_entry
[0].arg_type);
602
const char *second_name = GetArgumentName (
arg_entry
[1].arg_type);
603
switch (
arg_entry
[0].arg_repetition)
641
names.Printf ("%s", GetArgumentName (
arg_entry
[j].arg_type));
643
switch (
arg_entry
[0].arg_repetition)
[
all
...]
Options.cpp
938
CommandObject::ArgumentTableEntry *
arg_entry
= CommandObject::FindArgumentDataByType (opt_defs[opt_defs_index].argument_type);
local
939
if (
arg_entry
)
940
completion_mask =
arg_entry
->completion_type;
[
all
...]
/development/ndk/platforms/android-3/include/sys/
exec_elf.h
521
u_long
arg_entry
; /* program entry point */
member in struct:elf_args
Completed in 166 milliseconds