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

  /external/clang/test/SemaCXX/
addr-of-overloaded-function.cpp 209 struct Qualifiers {
222 void (Qualifiers::*X)();
223 X = &Qualifiers::C; // expected-error-re {{assigning to 'void (test1::Qualifiers::*)(){{( __attribute__\(\(thiscall\)\))?}}' from incompatible type 'void (test1::Qualifiers::*)(){{( __attribute__\(\(thiscall\)\))?}} const': different qualifiers (none vs const)}}
224 X = &Qualifiers::V; // expected-error-re{{assigning to 'void (test1::Qualifiers::*)(){{( __attribute__\(\(thiscall\)\))?}}' from incompatible type 'void (test1::Qualifiers::*)(){{( __attribute__\(\(thiscall\)\))?}} volatile': different qualifiers (none vs volatile)}
    [all...]
  /external/clang/include/clang/AST/
Type.h 108 /// Qualifiers - The collection of all-type qualifiers we support.
109 /// Clang supports five independent qualifiers:
113 class Qualifiers {
162 Qualifiers() : Mask(0) {}
164 /// \brief Returns the common set of qualifiers while removing them from
166 static Qualifiers removeCommonQualifiers(Qualifiers &L, Qualifiers &R) {
169 Qualifiers Q
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/clang/lib/Sema/
TreeTransform.h 695 /// qualifiers.
708 /// modifier, (known) size of the array, and index type qualifiers.
719 /// modifier, and index type qualifiers.
729 /// size modifier, size expression, and index type qualifiers.
740 /// size modifier, size expression, and index type qualifiers.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
iads.h     [all...]

Completed in 2027 milliseconds