Searched refs:Using (Results 1 - 25 of 46) sorted by relevance

12

/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dsuff-phony.exp9 No known suffix on .END. Using .NULL suffix
H A Dsuff-incomplete.exp30 No known suffix on all. Using .NULL suffix
39 No known suffix on .END. Using .NULL suffix
H A Dsuff-rebuild.exp39 No known suffix on all. Using .NULL suffix
46 No known suffix on suff-rebuild-example. Using .NULL suffix
67 No known suffix on .END. Using .NULL suffix
H A Dcond-late.mk3 # Using the :? modifier, variable expressions can contain conditional
H A Dvarname-dollar.mk9 # Using the dollar sign in variable names is tricky and not recommended.
H A Dsuff-lookup.exp46 No known suffix on all. Using .NULL suffix
68 No known suffix on .END. Using .NULL suffix
H A Dsuff-transform-endless.exp25 No known suffix on all. Using .NULL suffix
H A Dsuff-transform-select.exp26 No known suffix on all. Using .NULL suffix
H A Ddep-var.mk14 # Using a double dollar in order to circumvent immediate variable expansion
71 # or "$)" or "$$". Using "$:" does not work since the dependency line is
H A Ddirective-for-escape.mk23 # as comment character. Using 3 backslashes doesn't help either since
/freebsd-13-stable/sys/contrib/xz-embedded/linux/include/linux/
H A Dxz.h269 # error Using CRC64 in the kernel has not been implemented.
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp324 bool VisitUsingDecl(const UsingDecl *Using) { argument
325 for (const auto *UsingShadow : Using->shadows()) {
327 UsingDecls.push_back(Using);
576 for (const auto *Using : Finder.getUsingDecls())
577 Replace(Using->getBeginLoc(), Using->getEndLoc(), "using " + NewName.str());
/freebsd-13-stable/contrib/smbfs/
H A DMakefile46 @echo Using ${CFGDEPEND} file...
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSXAPIChecker.cpp130 os << " for the predicate value. Using such transient memory for "
/freebsd-13-stable/contrib/unbound/contrib/
H A Dunbound.spec108 - Using parts from ports collection entry by Jaap Akkerhuis.
109 - Using Fedoraproject wiki guidelines.
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Index/
H A DIndexSymbol.h56 Using, member in class:clang::index::SymbolKind
/freebsd-13-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexSymbol.cpp317 Info.Kind = SymbolKind::Using;
323 Info.Kind = SymbolKind::Using;
328 case Decl::Using:
329 Info.Kind = SymbolKind::Using;
528 case SymbolKind::Using: return "using";
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp1336 if (const auto *Using = dyn_cast<UsingDecl>(D)) {
1337 if (Using->getDeclName().getNameKind() ==
1345 if (Using->getDeclName().getCXXOverloadedOperator() == OO_Equal)
2921 SourceLocation Loc, UsingDecl *Using,
2923 : NamedDecl(K, DC, Loc, Using ? Using->getDeclName() : DeclarationName()),
2924 redeclarable_base(C), UsingOrNextShadow(cast<NamedDecl>(Using)) {
2951 SourceLocation Loc, UsingDecl *Using,
2953 return new (C, DC) ConstructorUsingShadowDecl(C, DC, Loc, Using, Target,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCUDA.cpp606 if (UsingShadowDecl *Using = dyn_cast<UsingShadowDecl>(D))
607 D = Using->getTargetDecl();
734 // Avoid emitting this error twice for the same location. Using a hashtable
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h3219 UsingDecl *Using, NamedDecl *Target);
3227 SourceLocation Loc, UsingDecl *Using,
3229 return new (C, DC) UsingShadowDecl(UsingShadow, C, DC, Loc, Using, Target);
3310 UsingDecl *Using, NamedDecl *Target,
3312 : UsingShadowDecl(ConstructorUsingShadow, C, DC, Loc, Using,
3340 UsingDecl *Using, NamedDecl *Target,
3419 : NamedDecl(Using, DC, NameInfo.getLoc(), NameInfo.getName()),
3532 static bool classofKind(Kind K) { return K == Using; }
3226 Create(ASTContext &C, DeclContext *DC, SourceLocation Loc, UsingDecl *Using, NamedDecl *Target) argument
3309 ConstructorUsingShadowDecl(ASTContext &C, DeclContext *DC, SourceLocation Loc, UsingDecl *Using, NamedDecl *Target, bool TargetInVirtualBase) argument
/freebsd-13-stable/contrib/ntp/sntp/ag-tpl/0-old/
H A DMdoc.pm90 This module implements the Bl/El macros for you. Using set_Bl_callback you can
95 This module implements the Bl/El macros for you. Using set_El_callback you can
/freebsd-13-stable/contrib/ntp/sntp/ag-tpl/
H A DMdoc.pm117 This module implements the Bl/El macros for you. Using set_Bl_callback you can
122 This module implements the Bl/El macros for you. Using set_El_callback you can
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTCommon.cpp385 case Decl::Using:
/freebsd-13-stable/crypto/heimdal/tools/
H A Dkdc-log-analyze.pl452 } elsif (/Using ([-a-z0-9]+)\/([-a-z0-9]+)/) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DInterfaceStubFunctionsConsumer.cpp194 case Decl::Kind::Using:

Completed in 290 milliseconds

12