HomeSort by relevance Sort by last modified time
    Searched full:variablearray (Results 1 - 24 of 24) sorted by null

  /external/clang/include/clang/AST/
TypeNodes.def 73 TYPE(VariableArray, ArrayType)
Type.h     [all...]
  /external/clang/tools/libclang/
CXType.cpp 89 TKCASE(VariableArray);
483 TKIND(VariableArray);
618 case Type::VariableArray:
670 case Type::VariableArray:
CIndex.cpp     [all...]
  /external/clang/lib/AST/
TypeLoc.cpp 189 case VariableArray:
220 case VariableArray:
Type.cpp     [all...]
TypePrinter.cpp 206 case Type::VariableArray:
    [all...]
ASTContext.cpp     [all...]
Decl.cpp     [all...]
ItaniumMangle.cpp     [all...]
ASTImporter.cpp 524 case Type::VariableArray: {
    [all...]
  /external/clang/bindings/python/tests/cindex/
test_type.py 268 assert v.type.kind == TypeKind.VARIABLEARRAY
  /external/clang/test/Index/
print-type-size.cpp 371 // CHECK32: VarDecl=v2:[[@LINE+1]]:8 (Definition) [type=int [i]] [typekind=VariableArray] [sizeof=-4] [alignof=4]
print-type.cpp 125 // CHECK: VarDecl=variable_array:43:47 (Definition) [type=int [i]] [typekind=VariableArray] [isPOD=1]
  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceQueryTests.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 207 case Type::VariableArray:
    [all...]
CodeGenTypes.cpp 513 case Type::VariableArray: {
ItaniumCXXABI.cpp     [all...]
CGDebugInfo.cpp     [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp 514 case Type::VariableArray:
    [all...]
SemaLookup.cpp     [all...]
SemaCodeComplete.cpp 622 case Type::VariableArray:
    [all...]
SemaExprCXX.cpp     [all...]
  /external/clang/bindings/python/clang/
cindex.py     [all...]

Completed in 1290 milliseconds