HomeSort by relevance Sort by last modified time
    Searched defs:Std (Results 1 - 5 of 5) 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 100 static void addWarningArgs(ArgList &Args, std::vector<std::string> &Warnings) {
240 Opts.CheckersControlList.push_back(std::make_pair(checkers[i], enable));
790 std::vector<std::string> Inputs = Args.getAllArgValues(OPT_INPUT);
809 std::string CompilerInvocation::GetResourcesPath(const char *Argv0,
    [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]
SemaOverload.cpp     [all...]

Completed in 290 milliseconds