/llvm-project/compiler-rt/test/ubsan/TestCases/TypeCheck/Function/ |
H A D | function.cpp | 7 struct Shared {}; struct 23 void fnShared(Shared *) {} in fnShared() argument
|
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewVisitor.h | 45 LVShared *Shared = nullptr; variable 62 uint32_t StreamIdx, LVShared *Shared) in LVTypeVisitor() 131 LVShared *Shared; variable 183 LVSymbolVisitorDelegate *ObjDelegate, LVShared *Shared) in LVSymbolVisitor() 242 std::shared_ptr<LVShared> Shared; variable
|
/llvm-project/llvm/tools/llvm-config/ |
H A D | llvm-config.cpp | 477 const bool Shared) { in main() 497 auto GetComponentLibraryPath = [&](const StringRef &Name, const bool Shared) { in main() 697 const bool Shared = LinkMode == LinkModeShared; in main() local
|
/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | Haiku.cpp | 30 const bool Shared = Args.hasArg(options::OPT_shared); in ConstructJob() local
|
H A D | DragonFly.cpp | 61 const bool Shared = Args.hasArg(options::OPT_shared); in ConstructJob() local
|
H A D | OpenBSD.cpp | 117 const bool Shared = Args.hasArg(options::OPT_shared); in ConstructJob() local
|
H A D | NetBSD.cpp | 124 const bool Shared = Args.hasArg(options::OPT_shared); in ConstructJob() local
|
H A D | MinGW.cpp | 72 bool Shared = Args.hasArg(options::OPT_shared); AddLibGCC() local
|
/llvm-project/libc/src/__support/GPU/generic/ |
H A D | utils.h |
|
/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | Attributor.h | 169 Shared = 3, enumerator
|
/llvm-project/libcxxabi/test/ |
H A D | dynamic_cast.pass.cpp | 81 struct Shared : virtual Class1 { Pad2 _; }; argument
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | unused-local-non-trivial-variable.cpp | 92 async::Ptr<a::Future<Units>> Shared = async::Ptr<a::Future<Units>>(acquireUnits()); in bar() local
|
/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | ConstructCompositionT.h |
|
H A D | OMPConstants.h | 258 Shared = 3, enumerator
|
/llvm-project/llvm/utils/TableGen/ |
H A D | DAGISelMatcherOpt.cpp | 339 Matcher *Shared = Optn; FactorNodes() local
|
/llvm-project/polly/lib/CodeGen/ |
H A D | LoopGeneratorsKMP.cpp | 176 Value *Shared = &*AI; createSubFn() local
|
/llvm-project/llvm/lib/MC/MCParser/ |
H A D | COFFAsmParser.cpp | 158 Shared = 1 << 4, ParseSectionFlags() enumerator
|
/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewVisitor.cpp | 125 LVShared *Shared = nullptr; global() member in llvm::logicalview::__anonf32e2c670211::LVTypeRecords 138 LVTypeRecords(LVShared * Shared) LVTypeRecords() argument 220 LVShared *Shared = nullptr; global() member in llvm::logicalview::__anonf32e2c670211::LVNamespaceDeduction 236 LVNamespaceDeduction(LVShared * Shared) LVNamespaceDeduction() argument [all...] |
/llvm-project/bolt/runtime/ |
H A D | instr.cpp | 209 bool Shared{false}; member in __anonc11c1cb60111::BumpPtrAllocator 1626 const bool Shared = !__bolt_instr_use_pid; in __bolt_instr_setup() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.h | 133 const Expr *Shared = nullptr; global() member
|
H A D | CGOpenMPRuntime.cpp | 5488 llvm::Value *Shared = RCG.getSharedLValue(Cnt).getPointer(CGF); emitTaskReductionInit() local
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LowerMatrixIntrinsics.cpp | 2200 const DenseMap<Value *, SmallPtrSet<Value *, 2>> &Shared; global() member 2559 DenseMap<Value *, SmallPtrSet<Value *, 2>> Shared; emitRemarks() local [all...] |
/llvm-project/llvm/unittests/Frontend/ |
H A D | OpenMPDecompositionTest.cpp | 143 using Shared = tomp::clause::SharedT<TypeTy, IdTy, ExprTy>; typedef
|