HomeSort by relevance Sort by last modified time
    Searched full:foo_p (Results 1 - 2 of 2) sorted by null

  /external/llvm/test/FrontendC/
2007-09-20-GcrootAttribute.c 8 } foo, __attribute__ ((gcroot)) *foo_p; typedef in typeref:struct:foo_s
21 foo_p b;
25 foo_p baz (foo_p a, foo_p b, foo_p *c)
  /external/llvm/test/LLVMC/
OptionPreprocessor.td 13 (parameter_option "foo_p", (help "dummy")),
23 // CHECK: foo_p = "";
27 (unset_option "foo_p"), (unset_option "foo_l")],
32 // CHECK: foo_p = "asdf";
37 (and (switch_on "foo", "bar"), (any_empty "foo_p", "bar_p")),
41 (set_option "foo_p", "asdf"),
47 (and (empty "foo_p", "bar_p"), (any_not_empty "baz_p")),
60 (not_empty "foo_p"), (error),

Completed in 48 milliseconds