HomeSort by: relevance | last modified time | path
    Searched defs:VLA (Results 1 - 3 of 3) sorted by relevancy

  /src/tests/usr.bin/xlint/lint1/
c11.c 113 typedef int VLA[m][m];
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
VLASizeChecker.cpp 10 // performs checks for declaration of VLA of undefined or zero size.
12 // of the MemRegion that represents a VLA.
45 /// Check a VLA for validity.
51 const VariableArrayType *VLA, SVal &ArraySize) const;
52 /// Check a single VLA index size expression for validity.
69 const VariableArrayType *VLA,
71 assert(VLA && "Function should be called with non-null VLA argument.");
76 // Walk over the VLAs for every dimension until a non-VLA is found.
80 // innermost VLA that was encountered
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.cpp 5466 // Get array size and emit VLA type.
5470 const VariableArrayType *VLA =
5472 const auto *OVE = cast<OpaqueValueExpr>(VLA->getSizeExpr());
9334 // If we don't have any VLA types or other types that require runtime
10237 // VLA sizes are passed to the outlined region by copy and do not have map

Completed in 39 milliseconds