HomeSort by relevance Sort by last modified time
    Searched full:relations (Results 1 - 25 of 256) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/clang/lib/Index/
IndexBody.cpp 54 SmallVectorImpl<SymbolRelation> &Relations) {
91 addCallRole(Roles, Relations);
99 Relations.emplace_back((unsigned)SymbolRole::RelationReceivedBy,
124 SmallVectorImpl<SymbolRelation> &Relations) {
127 Relations.emplace_back((unsigned)SymbolRole::RelationCalledBy, FD);
129 Relations.emplace_back((unsigned)SymbolRole::RelationCalledBy, MD);
133 SmallVector<SymbolRelation, 4> Relations;
134 SymbolRoleSet Roles = getRolesForRef(E, Relations);
136 Parent, ParentDC, Roles, Relations, E);
143 SmallVector<SymbolRelation, 4> Relations;
    [all...]
IndexingContext.cpp 26 ArrayRef<SymbolRelation> Relations) {
28 cast<Decl>(D->getDeclContext()), Roles, Relations,
34 ArrayRef<SymbolRelation> Relations,
39 Roles, Relations,
47 ArrayRef<SymbolRelation> Relations,
56 return handleDeclOccurrence(D, Loc, /*IsRef=*/true, Parent, Roles, Relations,
233 ArrayRef<SymbolRelation> Relations,
308 FinalRelations.reserve(Relations.size()+1);
326 for (auto &Rel : Relations) {
IndexingContext.h 65 ArrayRef<SymbolRelation> Relations = None);
69 ArrayRef<SymbolRelation> Relations = None,
76 ArrayRef<SymbolRelation> Relations = None,
112 ArrayRef<SymbolRelation> Relations,
IndexTypeSourceInfo.cpp 23 SmallVector<SymbolRelation, 3> Relations;
33 Relations.emplace_back((unsigned)SymbolRole::RelationBaseOf, Parent);
42 Relations);
91 Relations);
112 Parent, ParentDC, SymbolRoleSet(), Relations);
116 Parent, ParentDC, SymbolRoleSet(), Relations);
  /external/llvm/test/Analysis/CFLAliasAnalysis/Steensgaard/
simple.ll 1 ; This testcase consists of alias relations which should be completely
  /external/swiftshader/third_party/LLVM/test/Analysis/BasicAA/
2003-11-04-SimpleCases.ll 1 ; This testcase consists of alias relations which should be completely
2003-12-11-ConstExprGEP.ll 1 ; This testcase consists of alias relations which should be completely
  /frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
StatementParser.java 96 JSONArray relations = statement.optJSONArray(Utils.ASSET_DESCRIPTOR_FIELD_RELATION); local
97 if (relations == null) {
103 for (int i = 0; i < relations.length(); i++) {
105 .create(source, target, Relation.create(relations.getString(i))));
  /external/autotest/contrib/
modelviz.py 72 {% for relation in model.relations %}
128 'relations': []
146 # relations
154 if _rel not in model['relations']:
155 model['relations'].append(_rel)
  /external/llvm/test/Analysis/BasicAA/
2003-11-04-SimpleCases.ll 1 ; This testcase consists of alias relations which should be completely
2003-12-11-ConstExprGEP.ll 1 ; This testcase consists of alias relations which should be completely
  /frameworks/support/room/compiler/src/main/kotlin/android/arch/persistence/room/vo/
Pojo.kt 30 val embeddedFields: List<EmbeddedField>, val relations: List<Relation>,
Relation.kt 25 // field in Pojo that holds these relations (e.g. List<Pet> pets)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
dv-imply.s 2 // Test various implies relations
  /external/e2fsprogs/misc/
mke2fs.conf.5.in 21 which contains further relations or subsections.
62 Some relations expect a boolean value. The parser is quite liberal on
73 Contains relations which influence how mke2fs behaves.
76 Contains relations which define the default parameters
84 Contains relations which define defaults that should be used for specific
93 The following relations are defined in the
105 The following relations are defined in the
342 relations. It may be overridden by the
487 This relations specifies whether the alignment should be relative to the
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
prove.go 20 // relation represents the set of possible relations between
24 // `v op w` the set of relations is updated to exclude any
49 // of relations is known. For example, relations learned for unsigned
92 // factsTable keeps track of relations between pairs of values.
95 stack []fact // previous sets of relations
116 // get returns the known possible relations between v and w.
199 // update updates the set of relations between v and w in domain d
318 // checkpoint saves the current state of known relations.
558 // Negative branch taken, complement the relations
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
prove.go 20 // relation represents the set of possible relations between
24 // `v op w` the set of relations is updated to exclude any
49 // of relations is known. For example, relations learned for unsigned
92 // factsTable keeps track of relations between pairs of values.
95 stack []fact // previous sets of relations
116 // get returns the known possible relations between v and w.
199 // update updates the set of relations between v and w in domain d
318 // checkpoint saves the current state of known relations.
558 // Negative branch taken, complement the relations
    [all...]
  /external/bison/src/
relation.h 1 /* Binary relations.
  /external/clang/include/clang/Index/
IndexDataConsumer.h 41 ArrayRef<SymbolRelation> Relations,
  /packages/apps/Contacts/src/com/android/contacts/model/dataitem/
RelationDataItem.java 49 // Relations can have different types (assistant, father) but have the same name
  /packages/apps/Dialer/java/com/android/contacts/common/model/dataitem/
RelationDataItem.java 48 // Relations can have different types (assistant, father) but have the same name
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Index/
IndexDataConsumer.h 41 ArrayRef<SymbolRelation> Relations,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Index/
IndexDataConsumer.h 41 ArrayRef<SymbolRelation> Relations,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Index/
IndexDataConsumer.h 41 ArrayRef<SymbolRelation> Relations,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Index/
IndexDataConsumer.h 41 ArrayRef<SymbolRelation> Relations,

Completed in 891 milliseconds

1 2 3 4 5 6 7 8 91011