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

  /external/clang/test/CodeGenCXX/
static-init-wasm.cpp 7 int tentative; variable
8 // WEBASSEMBLY32: @tentative = global i32 0, align 4
9 // WEBASSEMBLY64: @tentative = global i32 0, align 4
  /external/clang/test/Sema/
incomplete-decl.c 6 struct foo f; // expected-error{{tentative definition has type 'struct foo' that is never completed}}
9 static struct foo g; // expected-warning {{tentative definition of variable with internal linkage has incomplete non-array type 'struct foo'}} \
10 expected-error{{tentative definition has type 'struct foo' that is never completed}}
15 int ary[]; // expected-warning {{tentative array definition assumed to have one element}}
24 int h[]; // expected-warning {{tentative array definition assumed to have one element}}
  /external/ltp/testcases/kernel/containers/
TEST_PLAN.txt 17 Following are tentative Testcases to be included into LTP-Containers in future:
19 NAME TENTATIVE-TIME
  /external/e2fsprogs/lib/support/
dict.c 503 dnode_t *tentative = 0; local
511 tentative = root;
517 tentative = root;
523 return tentative;
535 dnode_t *tentative = 0; local
543 tentative = root;
549 tentative = root;
555 return tentative;
    [all...]
  /external/f2fs-tools/fsck/
dict.c 481 dnode_t *tentative = 0; local
489 tentative = root;
495 tentative = root;
501 return tentative;
512 dnode_t *tentative = 0; local
520 tentative = root;
526 tentative = root;
532 return tentative;
    [all...]
  /external/ltp/testcases/lib/
tst_net.sh 502 ip a sh $iface_loc | grep -q tentative
505 tst_rhost_run -c "ip a sh $iface_rmt | grep -q tentative"
  /external/libnl/lib/route/
addr.c 1069 __ADD(IFA_F_TENTATIVE, tentative)

Completed in 317 milliseconds