Searched refs:Variables (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCloneDetection.cpp528 for (size_t KindIndex = 0; KindIndex < Variables.size(); ++KindIndex) {
529 if (Variables[KindIndex] == VarDecl) {
531 // the Variables vector.
538 Occurences.emplace_back(Variables.size(), Mention);
539 Variables.push_back(VarDecl);
589 if (OtherOccurence.KindID < Variables.size())
590 FirstSuggestion = Variables[OtherOccurence.KindID];
595 Variables[ThisOccurence.KindID], ThisOccurence.Mention,
602 if (ThisOccurence.KindID < Other.Variables.size())
603 SecondSuggestion = Other.Variables[ThisOccurenc
[all...]
/freebsd-12-stable/contrib/unbound/contrib/
H A Dcreate_unbound_ad_servers.cmd8 rem Variables
H A Dunbound_cache.cmd9 rem Variables
/freebsd-12-stable/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp331 std::map<std::string, Variable> Variables; member in class:__anon3552::Intrinsic
1082 assert_with_loc(Variables.find(VarName) != Variables.end(),
1084 S.replace(Pos, End - Pos, Variables.find(VarName)->second.getName());
1091 Variables.clear();
1100 Variables[Name] = Variable(Types[I], Name + VariablePostfix);
1120 assert(Variables.find(Name) != Variables.end());
1121 Variable &V = Variables[Name];
1186 Variable &V = Variables[Nam
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DCloneDetection.h355 /// The index of the associated VarDecl in the Variables vector.
368 std::vector<const VarDecl *> Variables; member in class:clang::VariablePattern
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp434 auto Variables = nullptr; local
444 Variables);
454 MDS->getSPFlags(), Unit, TemplateParams, Declaration, Variables);

Completed in 270 milliseconds