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

1 23

  /external/clang/lib/AST/
Expr.cpp 250 // An id-expression is type-dependent if it contains:
255 // An identifier is value-dependent if it is:
257 // (TD) - an identifier that was declared with dependent type
258 // (VD) - a name declared with a dependent type,
268 // (TD) - a conversion-function-id that specifies a dependent type
291 // initialized with an expression that is value-dependent.
293 // expression that is value-dependent [C++11].
296 // expression that is value-dependent [C++11]
339 // An id-expression is type-dependent if it contains:
344 // An identifier is value-dependent if it is
    [all...]
MicrosoftMangle.cpp     [all...]
Type.cpp 153 : Type(DependentSizedExtVector, can, /*Dependent=*/true,
880 /// incomplete types or dependent types.
883 assert(!isDependentType() && "This doesn't make sense for dependent types");
924 // dependent-sized arrays (dependent types are never treated as incomplete).
    [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/CodeGen/
CGRTTI.cpp 204 case BuiltinType::Dependent:
410 llvm_unreachable("Non-canonical and dependent types shouldn't get here");
557 llvm_unreachable("Non-canonical and dependent types shouldn't get here");
    [all...]
CGDebugInfo.cpp 412 case BuiltinType::Dependent:
    [all...]
  /external/clang/tools/libclang/
CIndexUSRs.cpp 590 case BuiltinType::Dependent:
725 // FIXME: Visit dependent template names.
CIndex.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/docs/
MESA_texture_array.spec 39 ARB_fragment_program_shadow but not dependent on them.
    [all...]
  /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
199 // If we deduced a constant in one case and either a dependent expression or
231 // If we deduced a dependent expression in one case and either an integral
252 // If we deduced a declaration and a dependent expression, keep the
273 // If we deduced a null pointer and a dependent expression, keep the
342 /// from the given type- or value-dependent expression.
354 "Expression template argument must be type- or value-dependent.");
411 // The parameter type is dependent and is not a template template parameter,
437 // Mismatch of non-dependent template parameter to argument.
470 // Check whether the template argument is a dependent template-id
    [all...]
SemaExprCXX.cpp 271 // (dependent) template name being specialized.
285 // We didn't find our type, but that's okay: it's dependent
    [all...]
SemaExpr.cpp     [all...]
SemaDeclCXX.cpp 197 "Should not generate implicit declarations for dependent cases, "
547 // dependent type.
    [all...]
TreeTransform.h 197 /// non-dependent types.
690 /// \brief Build a new dependent-sized array type given the element type,
    [all...]
SemaCodeComplete.cpp 597 case BuiltinType::Dependent:
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
deprecated_code_generator_v8.pm     [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]
ASTWriter.cpp 327 llvm_unreachable("Cannot serialize dependent sized extended vector types");
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestObject.cpp     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 2331 milliseconds

1 23