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

  /external/clang/test/Analysis/diagnostics/
undef-value-param.c 30 void initArray(int x, double XYZ[3]) {
40 initArray(x, XYZ); //expected-note {{Calling 'initArray'}}
41 //expected-note@-1 {{Returning from 'initArray'}}
513 // CHECK-NEXT: <string>Calling &apos;initArray&apos;</string>
515 // CHECK-NEXT: <string>Calling &apos;initArray&apos;</string>
687 // CHECK-NEXT: <string>Returning from &apos;initArray&apos;</string>
689 // CHECK-NEXT: <string>Returning from &apos;initArray&apos;</string>
    [all...]
  /external/clang/test/Analysis/
region-store.c 50 int initArray(int *values);
53 initArray(values);
  /art/test/550-checker-multiply-accumulate/src/
Main.java 534 public static void initArray(int[] array) {
568 initArray(array1);
569 initArray(array2);
578 initArray(array1);
579 initArray(array2);

Completed in 424 milliseconds