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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCloneDetection.cpp529 for (size_t KindIndex = 0; KindIndex < Variables.size(); ++KindIndex) {
530 if (Variables[KindIndex] == VarDecl) {
532 // the Variables vector.
539 Occurences.emplace_back(Variables.size(), Mention);
540 Variables.push_back(VarDecl);
590 if (OtherOccurence.KindID < Variables.size())
591 FirstSuggestion = Variables[OtherOccurence.KindID];
596 Variables[ThisOccurence.KindID], ThisOccurence.Mention,
603 if (ThisOccurence.KindID < Other.Variables.size())
604 SecondSuggestion = Other.Variables[ThisOccurenc
[all...]
/freebsd-13-stable/contrib/unbound/contrib/
H A Dcreate_unbound_ad_servers.cmd8 rem Variables
H A Dunbound_cache.cmd9 rem Variables
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dcond-func-defined.mk39 # Variables from .for loops are not defined.
H A Ddeptgt-makeflags.mk16 # Variables that are set via the -D command line option are normal global
37 # Variables set on the command line as VAR=value are placed in the
H A Dcond-undef-lint.mk56 # Variables that are referenced indirectly may be undefined in a condition.
/freebsd-13-stable/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp338 std::map<std::string, Variable> Variables; member in class:__anon2449::Intrinsic
1119 assert_with_loc(Variables.find(VarName) != Variables.end(),
1121 S.replace(Pos, End - Pos, Variables.find(VarName)->second.getName());
1128 Variables.clear();
1137 Variables[Name] = Variable(Types[I], Name + VariablePostfix);
1157 assert(Variables.find(Name) != Variables.end());
1158 Variable &V = Variables[Name];
1223 Variable &V = Variables[Nam
[all...]
/freebsd-13-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-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp442 auto Variables = nullptr; local
452 Variables);
462 MDS->getSPFlags(), Unit, TemplateParams, Declaration, Variables);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp381 StringMap<Variable> Variables; member in class:__anon3727::MasmParser
1075 auto it = Variables.find(tok->getIdentifier());
1076 if (it != Variables.end() && it->second.IsText) {
3020 Variable &Var = Variables[Name];
5755 if (Variables.find(Name) != Variables.end()) {
5874 if (Variables.find(Name) != Variables.end()) {
6042 if (Variables.find(Name) != Variables
[all...]

Completed in 184 milliseconds