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

  /external/clang/test/SemaCXX/
cxx1y-deduced-return-type.cpp 13 struct Conv1 {
15 } conv1; variable in typeref:struct:Conv1
16 int conv1a = conv1; // expected-error {{function 'operator auto' with deduced return type cannot be used before it is defined}}
18 Conv1::operator auto() { return 123; }
19 int conv1b = conv1;
20 int conv1c = conv1.operator auto();
21 int conv1d = conv1.operator int(); // expected-error {{no member named 'operator int'}}
  /external/icu/icu4c/source/test/cintltst/
ccapitst.c 1483 UConverter *conv1, *conv2 = NULL; local
    [all...]

Completed in 192 milliseconds