HomeSort by relevance Sort by last modified time
    Searched full:vlas (Results 1 - 25 of 34) sorted by null

1 2

  /external/clang/test/SemaCXX/
c99-variable-length-array-cxx11.cpp 19 // We allow VLAs of POD types, only.
c99-variable-length-array.cpp 15 // We allow VLAs of POD types, only.
23 /// Warn about VLAs in templates.
  /external/clang/test/Analysis/
outofbound-notwork.c 4 // Once we better handle modeling of sizes of VLAs, we can pull this back
taint-generic.c 180 // Zero-sized VLAs.
misc-ps.m 121 // Zero-sized VLAs.
235 // PR 3780 - This tests that StmtIterator isn't broken for VLAs in DeclGroups.
    [all...]
  /external/llvm/test/CodeGen/X86/
dynamic-allocas-VLAs.ll 5 ; no VLAs or dynamic alignment
50 ; VLAs
74 ; VLAs + Dynamic realignment
134 ; VLAs + Dynamic realignment + Spill
154 ; VLAs + Dynamic realignment + byval
210 ; VLAs
force-align-stack-alloca.ll 51 ; This is the state prior to stack realignment and the allocation of VLAs.
  /external/clang/test/Sema/
warn-strlcpycat-size.c 49 // Support VLAs.
50 void vlas(int size) { function
warn-strncat-size.c 65 // Support VLAs.
66 void vlas(int size) { function
  /external/clang/lib/StaticAnalyzer/Checkers/
VLASizeChecker.cpp 91 // FIXME: Handle multi-dimensional VLAs.
  /external/clang/test/CodeGen/
vla.c 193 // Follow gcc's behavior for VLAs in parameter lists. PR9559.
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 121 // Don't handle byval struct arguments or VLAs, for example.
131 if (SI != StaticAllocaMap.end()) { // Check for VLAs.
FastISel.cpp 648 // indirect, and VLAs should be marked as indirect eventhough
    [all...]
  /external/clang/utils/ABITest/
TypeGen.py 11 # - VLAs
  /external/llvm/test/Transforms/ScalarRepl/
crash.ll 244 ; VLAs.
  /external/clang/lib/Sema/
JumpDiagnostics.cpp 36 /// scopes that are introduced by VLAs and other things that scope jumps like
397 // The decl statement creates a scope if any of the decls in it are VLAs
SemaType.cpp     [all...]
  /external/llvm/docs/
GetElementPtr.rst 314 GEPs don't natively support VLAs. LLVM's type system is entirely static, and GEP
323 you want to support VLAs, your code will have to be prepared to reverse-engineer
  /external/llvm/lib/Target/ARM/
ARMFrameLowering.cpp 290 // sure if we also have VLAs, we have a base pointer for frame access.
524 "VLAs and dynamic stack alignment, but missing base pointer!");
533 // there are VLAs (and thus the SP isn't reliable as a base).
    [all...]
ARMBaseRegisterInfo.cpp 325 // 3. There are VLAs in the function and the base pointer is disabled.
  /external/clang/lib/CodeGen/
CGDecl.cpp 190 assert(Ty->isConstantSizeType() && "VLAs can't be static");
    [all...]
CodeGenTypes.cpp 431 // VLAs resolve to the innermost element type; this matches
CodeGenFunction.cpp     [all...]
  /external/clang/www/
features.html 417 preprocessor arcana, C99 VLAs, etc). Where we support extensions above and
  /external/elfutils/src/
unstrip.c     [all...]

Completed in 804 milliseconds

1 2