HomeSort by relevance Sort by last modified time
    Searched full:qualifiers (Results 176 - 200 of 446) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/clang/lib/Parse/
ParseDecl.cpp 370 // OpenCL qualifiers:
    [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp     [all...]
  /external/clang/test/SemaObjC/
arc.m 248 __strong id *ptr = &x; // expected-warning {{initializing '__strong id *' with an expression of type 'const __strong id *' discards qualifiers}}
422 // Check casting w/ ownership qualifiers.
  /external/clang/tools/libclang/
CIndexUSRs.cpp 513 Qualifiers Q = T.getQualifiers();
524 // Mangle in ObjC GC qualifiers?
  /external/mesa3d/src/glsl/
ir.h 416 * Check whether the qualifiers match between this signature's parameters
418 * parameter with mismatched qualifiers (for use in error messages).
    [all...]
ir.cpp     [all...]
  /frameworks/base/docs/html/guide/practices/
tablets-and-handsets.jd 284 qualifiers in order to more precisely control the screen size at which the system applies your
487 files</a> for values such as integers, dimensions, and even booleans. Using size qualifiers for
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationComposite.java     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/cp/
cp-tree.h 309 top-level qualifiers. */
4124 cp_cv_quals qualifiers; member in struct:cp_declarator::__anon19109::__anon19111
4138 cp_cv_quals qualifiers; member in struct:cp_declarator::__anon19109::__anon19113
4146 cp_cv_quals qualifiers; member in struct:cp_declarator::__anon19109::__anon19114
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/cp/
cp-tree.h 309 top-level qualifiers. */
4128 cp_cv_quals qualifiers; member in struct:cp_declarator::__anon19471::__anon19473
4142 cp_cv_quals qualifiers; member in struct:cp_declarator::__anon19471::__anon19475
4150 cp_cv_quals qualifiers; member in struct:cp_declarator::__anon19471::__anon19476
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/cp/
cp-tree.h 309 top-level qualifiers. */
4157 cp_cv_quals qualifiers; member in struct:cp_declarator::__anon19848::__anon19850
4171 cp_cv_quals qualifiers; member in struct:cp_declarator::__anon19848::__anon19852
4179 cp_cv_quals qualifiers; member in struct:cp_declarator::__anon19848::__anon19853
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 775 QualType BuildQualifiedType(QualType T, SourceLocation Loc, Qualifiers Qs);
777 return BuildQualifiedType(T, Loc, Qualifiers::fromCVRMask(CVR));
    [all...]
  /external/clang/docs/
AutomaticReferenceCounting.html 648 <p>There are four ownership qualifiers:</p>
664 <p>The names of the ownership qualifiers are reserved for the
    [all...]
  /external/tcpdump/
tcpdump.1 604 (name or number) preceded by one or more qualifiers.
608 qualifiers say what kind of thing the id name or number refers to.
621 qualifiers specify a particular transfer direction to and/or from
640 qualifiers can be used to specify a desired direction.
642 qualifiers restrict the match to a particular protocol.
    [all...]
  /external/clang/include/clang/Basic/
DiagnosticSemaKinds.td     [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp 62 /// qualifiers on the return type. Codegen doesn't care about them,
361 // FIXME: What are the right qualifiers here?
    [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 581 Qualifiers qs;
582 qs.setObjCLifetime(Qualifiers::OCL_Strong);
    [all...]
Expr.cpp 189 Var->getType().getCVRQualifiers() == Qualifiers::Const) {
392 Qualifiers ThisQuals = Qualifiers::fromCVRMask(MD->getTypeQualifiers());
    [all...]
ExprConstant.cpp     [all...]
  /external/jpeg/
makefile.sas 22 # ignore=104 disables warnings for mismatched const qualifiers
  /external/llvm/include/llvm/Analysis/
DebugInfo.h 230 /// FIXME: Types should be factored much better so that CV qualifiers and
  /external/openssl/crypto/x509v3/
x509v3.h 305 STACK_OF(POLICYQUALINFO) *qualifiers; member in struct:POLICYINFO_st
  /external/openssl/include/openssl/
x509v3.h 305 STACK_OF(POLICYQUALINFO) *qualifiers; member in struct:POLICYINFO_st
  /external/ppp/pppd/
pppd.8 214 except that qualifiers which are inappropriate for a PPP link, such as
222 packets using the \fBinbound\fR and \fBoutbound\fR qualifiers.
    [all...]
  /external/valgrind/main/coregrind/m_demangle/
demangle.h 321 and the right subtree is the member type. CV-qualifiers appear

Completed in 704 milliseconds

1 2 3 4 5 6 78 91011>>