HomeSort by relevance Sort by last modified time
    Searched refs:useGlobalsForAutomaticVariables (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/Basic/
TargetInfo.h 574 virtual bool useGlobalsForAutomaticVariables() const { return false; }
  /external/clang/lib/CodeGen/
CGDecl.cpp 800 if (!Target.useGlobalsForAutomaticVariables()) {
    [all...]
CGStmt.cpp 772 !Target.useGlobalsForAutomaticVariables()) {
    [all...]

Completed in 39 milliseconds