HomeSort by relevance Sort by last modified time
    Searched refs:Dependent (Results 26 - 45 of 45) sorted by null

12

  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 393 llvm_unreachable("Non-canonical or dependent types aren't possible.");
477 case BuiltinType::Dependent:
ItaniumCXXABI.cpp     [all...]
CGDebugInfo.cpp 418 case BuiltinType::Dependent:
    [all...]
  /external/clang/lib/AST/
Expr.cpp 222 // An id-expression is type-dependent if it contains:
227 // An identifier is value-dependent if it is:
229 // (TD) - an identifier that was declared with dependent type
230 // (VD) - a name declared with a dependent type,
240 // (TD) - a conversion-function-id that specifies a dependent type
263 // initialized with an expression that is value-dependent.
265 // expression that is value-dependent [C++11].
268 // expression that is value-dependent [C++11]
349 bool Dependent = false;
353 Dependent,
    [all...]
DeclCXX.cpp 113 bool Dependent, bool IsGeneric,
120 new (C) struct LambdaDefinitionData(R, Info, Dependent, IsGeneric,
168 // Skip dependent types; we can't do any checking on them now.
    [all...]
Type.cpp 154 : Type(DependentSizedExtVector, can, /*Dependent=*/true,
673 // there are dependent types, so skip dependent types.
    [all...]
MicrosoftMangle.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/Index/
USRGeneration.cpp 607 case BuiltinType::Dependent:
771 // FIXME: Visit dependent template names.
  /external/mesa3d/docs/
MESA_texture_array.spec 39 ARB_fragment_program_shadow but not dependent on them.
    [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp 49 /// \brief Allow non-dependent types to differ, e.g., when performing
173 // If we deduced a constant in one case and either a dependent expression or
205 // If we deduced a dependent expression in one case and either an integral
226 // If we deduced a declaration and a dependent expression, keep the
246 // If we deduced a null pointer and a dependent expression, keep the
316 /// from the given type- or value-dependent expression.
328 "Expression template argument must be type- or value-dependent.");
385 // The parameter type is dependent and is not a template template parameter,
411 // Mismatch of non-dependent template parameter to argument.
444 // Check whether the template argument is a dependent template-id
    [all...]
SemaExpr.cpp     [all...]
SemaExprCXX.cpp 277 // (dependent) template name being specialized.
293 // We didn't find our type, but that's okay: it's dependent
356 // case where the scope is dependent.
    [all...]
SemaOpenMP.cpp     [all...]
SemaDeclCXX.cpp 195 "Should not generate implicit declarations for dependent cases, "
595 // dependent type.
    [all...]
TreeTransform.h 201 /// non-dependent types.
    [all...]
SemaCodeComplete.cpp 595 case BuiltinType::Dependent:
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]
ASTWriter.cpp 358 llvm_unreachable("Cannot serialize dependent sized extended vector types");
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 228 milliseconds

12