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

  /external/clang/test/SemaTemplate/
instantiate-exception-spec.cpp 8 void test_f1(Incomplete *incomplete_p, int *int_p) {
9 f1(int_p);
instantiate-exception-spec-cxx11.cpp 9 void test_f1(Incomplete *incomplete_p, int *int_p) {
10 f1(int_p);
  /external/bluetooth/glib/gobject/
genums.c 158 gint *int_p = collect_values[0].v_pointer; local
160 if (!int_p)
163 *int_p = value->data[0].v_long;
gvaluetypes.c 101 gint *int_p = collect_values[0].v_pointer; local
103 if (!int_p)
106 *int_p = value->data[0].v_int;

Completed in 50 milliseconds