HomeSort by relevance Sort by last modified time
    Searched refs:ParamList (Results 1 - 5 of 5) sorted by null

  /external/qemu/android/
cmdline-option.h 17 typedef struct ParamList {
19 struct ParamList* next;
20 } ParamList;
25 #define OPT_LIST(n,t,d) ParamList* n;
cmdline-option.c 170 ParamList** head = (ParamList**)field;
171 ParamList* pl;
215 ParamList** head = (ParamList**)((char*)opt + oo->var_offset);
216 ParamList* prev = NULL;
217 ParamList* cur = *head;
220 ParamList* next = cur->next;
main.c 971 ParamList* pl = opts->prop;
    [all...]
  /external/clang/lib/Parse/
ParseTemplate.cpp 591 TemplateParameterList *ParamList =
614 ParamList, EllipsisLoc,
    [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]

Completed in 125 milliseconds