HomeSort by relevance Sort by last modified time
    Searched defs:Pattern (Results 26 - 50 of 66) sorted by null

12 3

  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp 46 /// \param Pattern If non-NULL, indicates the pattern from which we will be
54 const FunctionDecl *Pattern) {
126 // instead of its semantic parent, unless of course the pattern we're
130 (!Pattern || !Pattern->getLexicalDeclContext()->isFileContext())) {
    [all...]
SemaTemplateDeduction.cpp 773 QualType Pattern = Expansion->getPattern();
777 S.collectUnexpandedParameterPacks(Pattern, Unexpanded);
803 // Deduce template arguments from the pattern.
805 = DeduceTemplateArgumentsByTypeMatch(S, TemplateParams, Pattern,
    [all...]
SemaTemplateInstantiateDecl.cpp 283 TypeAliasDecl *Pattern = D->getTemplatedDecl();
286 if (Pattern->getPreviousDecl()) {
287 DeclContext::lookup_result Found = Owner->lookup(Pattern->getDeclName());
294 InstantiateTypedefNameDecl(Pattern, /*IsTypeAlias=*/true));
560 // parameters into the pattern type and checking the result.
698 EnumDecl *Enum, EnumDecl *Pattern) {
702 Enum->setLocation(Pattern->getLocation());
707 for (EnumDecl::enumerator_iterator EC = Pattern->enumerator_begin(),
708 ECEnd = Pattern->enumerator_end();
746 if (Pattern->getDeclContext()->isFunctionOrMethod() &
    [all...]
SemaType.cpp     [all...]
SemaTemplate.cpp     [all...]
TreeTransform.h 213 /// transforming the pattern.
221 /// \param PatternRange The source range that covers the entire pattern of
225 /// pattern.
    [all...]
  /external/llvm/utils/TableGen/
DAGISelMatcher.h 1 //===- DAGISelMatcher.h - Representation of DAG pattern matcher -----------===//
31 Matcher *ConvertPatternToMatcher(const PatternToMatch &Pattern,unsigned Variant,
396 /// to see if the entire pattern is capable of matching. This predicate does
658 const ComplexPattern &Pattern;
671 CheckComplexPatMatcher(const ComplexPattern &pattern, unsigned matchnumber,
673 : Matcher(CheckComplexPat), Pattern(pattern), MatchNumber(matchnumber),
676 const ComplexPattern &getPattern() const { return Pattern; }
686 // Not safe to move a pattern predicate past a complex pattern
    [all...]
CodeGenDAGPatterns.cpp 683 /// "Predicate_foo" if from a pattern fragment "foo".
724 /// getPatternSize - Return the 'size' of this pattern. We want to match large
726 /// pattern.
736 // which maps a sub-dag to a complex pattern. e.g. favors LEA over ADD.
737 // Later we can allow complexity / cost for each pattern to be (optionally)
738 // specified. To get best possible pattern match we'll need to dynamically
768 /// Compute the complexity metric for the input pattern. This roughly
777 /// pattern's predicates concatenated with "&&" operators.
868 /// ApplyTypeConstraint - Given a node in a pattern, apply this type
    [all...]
  /external/v8/tools/
test.py     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
GLFunctionTraceViewer.java 101 import java.util.regex.Pattern;
731 private final List<Pattern> mPatterns = new ArrayList<Pattern>();
740 mPatterns.add(Pattern.compile(regex, Pattern.CASE_INSENSITIVE));
757 for (Pattern p : mPatterns) {
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]
ASTReader.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
  /external/v8/src/
objects-inl.h 4240 String* pattern= String::cast(FixedArray::cast(data)->get(kSourceIndex)); local
    [all...]
  /prebuilts/tools/common/m2/internal/jaxen/jaxen/1.1.1/
jaxen-1.1.1.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /prebuilts/tools/common/m2/internal/dom4j/dom4j/1.6.1/
dom4j-1.6.1.jar 
  /prebuilts/tools/common/m2/internal/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 270 milliseconds

12 3