| /llvm-project-15.0.7/clang/tools/diagtool/ |
| H A D | TreeView.cpp | 28 bool Internal; member in TreePrinter 30 TreePrinter(llvm::raw_ostream &out) : out(out), Internal(false) {} in TreePrinter() 77 if (Internal) { in printGroup() 141 bool Internal = false; in run() local 145 Internal = true; in run() 174 TP.Internal = Internal; in run()
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | attr-weak.cpp | 34 namespace { class Internal {}; } class 35 template struct Test7<Internal>; 40 __attribute__((weak)) auto Test9 = Internal(); // expected-error {{weak declaration cannot have int…
|
| H A D | attr-selectany.cpp | 38 namespace { class Internal {}; } class 39 __declspec(selectany) auto x8 = Internal(); // expected-error {{'selectany' can only be applied to …
|
| H A D | undefined-internal.cpp | 106 namespace { struct Internal; } 109 A<Internal> a; in test() 110 a.value = A<Internal>::two; in test()
|
| H A D | dllexport.cpp | 18 namespace { struct Internal {}; } struct 75 __declspec(dllexport) Internal InternalTypeGlobal; // expected-error{{'InternalTypeGlobal' must hav… 81 __declspec(dllexport) auto InternalAutoTypeGlobal = Internal(); // expected-error{{'InternalAutoTyp… 132 template<typename T> __declspec(dllexport) Internal InternalTypeVarTmpl; // expected-error{{'Intern… 138 template<typename T> __declspec(dllexport) auto InternalAutoTypeVarTmpl = Internal(); // expected-e… 242 __declspec(dllexport) Internal internalRetFunc(); // expected-error{{'internalRetFunc' must have ex… 300 template<typename T> __declspec(dllexport) Internal internalRetFuncTmpl(); // expected-error{{'inte…
|
| H A D | dllimport.cpp | 20 namespace { struct Internal {}; } struct 129 __declspec(dllimport) Internal InternalTypeGlobal; // expected-error{{'InternalTypeGlobal' must hav… 135 __declspec(dllimport) auto InternalAutoTypeGlobal = Internal(); // expected-error{{'InternalAutoTyp… 223 template<typename T> __declspec(dllimport) Internal InternalTypeVarTmpl; // expected-error{{'Intern… 229 template<typename T> __declspec(dllimport) auto InternalAutoTypeVarTmpl = Internal(); // expected-e… 380 __declspec(dllimport) Internal internalRetFunc(); // expected-error{{'internalRetFunc' must have ex… 474 template<typename T> __declspec(dllimport) Internal internalRetFuncTmpl(); // expected-error{{'inte…
|
| /llvm-project-15.0.7/clang/test/Modules/ |
| H A D | using-directive-redecl.cpp | 13 namespace Internal { namespace 23 namespace Internal { namespace 33 namespace Internal { namespace
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | static-member-variable-explicit-specialization.cpp | 92 template<typename T> struct Internal { static int a; }; argument 93 template<typename T> int Internal<T>::a = foo(); 95 int *use_internal_a = &Internal<int>::a;
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/abseil/ |
| H A D | duration-factory-scale.rst | 15 // Original - Internal multiplication. 23 // Original - Internal division.
|
| /llvm-project-15.0.7/mlir/include/mlir/TableGen/ |
| H A D | Trait.h | 41 Internal, enumerator 92 static bool classof(const Trait *t) { return t->getKind() == Kind::Internal; } in classof()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/ |
| H A D | InfiniteLoopCheck.cpp | 23 loopEndingStmt(internal::Matcher<Stmt> Internal) { in loopEndingStmt() argument 26 mapAnyOf(breakStmt, returnStmt, gotoStmt, cxxThrowExpr).with(Internal), in loopEndingStmt() 27 callExpr(Internal, callee(functionDecl(isNoReturn()))))); in loopEndingStmt()
|
| /llvm-project-15.0.7/llvm/test/Transforms/LowerTypeTests/ |
| H A D | cfi-direct-call.ll | 42 ; Internal function with default visibility gets routed through the jump table 46 ; Internal function with hidden visibility defined outside the module
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/ |
| H A D | ObjectLinkingLayer.cpp | 347 SymbolNameSet Internal, External; member 372 for (auto &InternalDep : BID.Internal) in operator []() 373 BTDCacheVal.Internal.insert(InternalDep); in operator []() 404 BIDCacheVal.Internal.insert(getInternedName(Tgt)); in getBlockImmediateDeps() 479 if (SymDeps.External.empty() && SymDeps.Internal.empty()) in computeNamedSymbolDependencies() 485 if (!SymDeps.Internal.empty()) in computeNamedSymbolDependencies() 486 InternalNamedSymbolDeps[SymName] = SymDeps.Internal; in computeNamedSymbolDependencies() 501 for (auto &S : BDeps.Internal) in computeNamedSymbolDependencies()
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/abseil/Inputs/absl/flags/ |
| H A D | internal-file.h | 1 #define USE_INTERNAL(x) absl::strings_internal::Internal##x()
|
| /llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/shtest-not/ |
| H A D | not-calls-cd.txt | 1 # Internal cd always succeeds.
|
| H A D | not-calls-export.txt | 1 # Internal "export" always succeeds.
|
| H A D | not-calls-echo.txt | 1 # Internal "echo" always succeeds.
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/abseil/ |
| H A D | no-internal-dependencies.cpp | 42 #define USE_EXTERNAL(x) absl::strings_internal::Internal##x()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | DeclBase.cpp | 1636 void DeclContext::buildLookupImpl(DeclContext *DCtx, bool Internal) { in buildLookupImpl() argument 1651 makeDeclVisibleInContextImpl(ND, Internal); in buildLookupImpl() 1658 buildLookupImpl(InnerCtx, Internal); in buildLookupImpl() 1861 void DeclContext::makeDeclVisibleInContextWithFlags(NamedDecl *D, bool Internal, in makeDeclVisibleInContextWithFlags() argument 1868 ->makeDeclVisibleInContextWithFlags(D, Internal, Recoverable); in makeDeclVisibleInContextWithFlags() 1892 makeDeclVisibleInContextImpl(D, Internal); in makeDeclVisibleInContextWithFlags() 1901 makeDeclVisibleInContextWithFlags(D, Internal, Recoverable); in makeDeclVisibleInContextWithFlags() 1910 void DeclContext::makeDeclVisibleInContextImpl(NamedDecl *D, bool Internal) { in makeDeclVisibleInContextImpl() argument 1922 if (!Internal) in makeDeclVisibleInContextImpl() 1931 if (Internal) { in makeDeclVisibleInContextImpl()
|
| /llvm-project-15.0.7/llvm/test/Analysis/LazyCallGraph/ |
| H A D | alias.ll | 33 ; Internal alias is not reachable.
|
| /llvm-project-15.0.7/mlir/lib/TableGen/ |
| H A D | Trait.cpp | 33 return Trait(Kind::Internal, def); in create()
|
| /llvm-project-15.0.7/mlir/lib/Conversion/GPUCommon/ |
| H A D | GPUOpsLowering.cpp | 38 LLVM::Linkage::Internal, name, /*value=*/Attribute(), in matchAndRewrite() 223 /*isConstant=*/true, LLVM::Linkage::Internal, stringConstName, in matchAndRewrite() 322 /*isConstant=*/true, LLVM::Linkage::Internal, stringConstName, in matchAndRewrite()
|
| /llvm-project-15.0.7/mlir/lib/Conversion/GPUToVulkan/ |
| H A D | ConvertLaunchFuncToVulkanCalls.cpp | 365 shaderName, LLVM::Linkage::Internal); in createEntryPointNameConstant() 383 LLVM::Linkage::Internal); in translateVulkanLaunchCall()
|
| /llvm-project-15.0.7/openmp/runtime/src/ |
| H A D | exports_so.txt | 47 # Internal functions exported for testing purposes.
|
| /llvm-project-15.0.7/libc/cmake/modules/ |
| H A D | LLVMLibCCheckCpuFeatures.cmake | 34 # Internal helpers and utilities.
|