HomeSort by relevance Sort by last modified time
    Searched defs:Std (Results 1 - 4 of 4) sorted by null

  /frameworks/base/media/mca/filterfw/native/core/
statistics.cpp 46 float IncrementalGaussian::Std() const {
  /external/clang/test/Parser/
recovery.cpp 1 // RUN: %clang -cc1 -verify -std=c++11 %s
4 namespace Std { // expected-note {{here}}
9 inline namespace Std { // expected-error {{cannot be reopened as inline}}
11 } / end namespace Std // expected-error {{unqualified-id}}
13 Std::Important y;
  /external/clang/lib/Frontend/
CompilerInvocation.cpp 114 /// ToArgsList - Helper class to create a list of std::strings.
116 std::vector<std::string> &Res;
118 explicit ToArgsList(std::vector<std::string> &Res) : Res(Res) {}
122 Res.push_back(std::string());
174 const std::pair<std::string, bool> &opt = Opts.CheckersControlList[i];
628 // FIXME: Need to set -std to get all the implicit options.
818 Res.push_back(std::string(Opts.Macros[i].second ? "-U" : "-D")
    [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]

Completed in 56 milliseconds