HomeSort by relevance Sort by last modified time
    Searched refs:Classify (Results 26 - 40 of 40) sorted by null

12

  /external/clang/lib/AST/
ExprClassification.cpp 10 // This file implements Expr::classify.
76 /// Classify an expression which creates a temporary, based on its type.
112 llvm_unreachable("cannot classify a statement");
629 Classification VC = Classify(Ctx);
Expr.cpp     [all...]
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
SemaExceptionSpec.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaLookup.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
SemaInit.cpp     [all...]
  /external/chromium_org/tools/memory_inspector/memory_inspector/frontends/
www_server.py 176 dumps = {} # dump-time -> obj. to classify (e.g., |memory_map.Map|).
241 snapshots = collections.OrderedDict((time, classifier.Classify(dump, rules))
  /external/llvm/lib/CodeGen/
LiveInterval.cpp 855 unsigned ConnectedVNInfoEqClasses::Classify(const LiveInterval *LI) {
MachineVerifier.cpp     [all...]
SplitKit.cpp     [all...]
  /external/chromium_org/chrome/browser/renderer_context_menu/
render_view_context_menu.cc     [all...]
  /external/chromium_org/components/omnibox/
search_provider.cc     [all...]
  /external/clang/include/clang/AST/
Expr.h 299 /// \brief The return type of classify(). Represents the C++11 expression
362 /// \brief Classify - Classify this expression according to the C++11
374 Classification Classify(ASTContext &Ctx) const {
378 /// \brief ClassifyModifiable - Classify this expression according to the
382 /// This function extends classify in that it also tests whether the
632 /// C++ Core Issue 903 will classify these expressions as "not pointers"
    [all...]

Completed in 956 milliseconds

12