Home
last modified time | relevance | path

Searched defs:Shared (Results 1 – 23 of 23) sorted by relevance

/llvm-project/compiler-rt/test/ubsan/TestCases/TypeCheck/Function/
H A Dfunction.cpp7 struct Shared {}; struct
23 void fnShared(Shared *) {} in fnShared() argument
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.h45 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 Dllvm-config.cpp477 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 DHaiku.cpp30 const bool Shared = Args.hasArg(options::OPT_shared); in ConstructJob() local
H A DDragonFly.cpp61 const bool Shared = Args.hasArg(options::OPT_shared); in ConstructJob() local
H A DOpenBSD.cpp117 const bool Shared = Args.hasArg(options::OPT_shared); in ConstructJob() local
H A DNetBSD.cpp124 const bool Shared = Args.hasArg(options::OPT_shared); in ConstructJob() local
H A DMinGW.cpp72 bool Shared = Args.hasArg(options::OPT_shared); AddLibGCC() local
/llvm-project/libc/src/__support/GPU/generic/
H A Dutils.h
/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h169 Shared = 3, enumerator
/llvm-project/libcxxabi/test/
H A Ddynamic_cast.pass.cpp81 struct Shared : virtual Class1 { Pad2 _; }; argument
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dunused-local-non-trivial-variable.cpp92 async::Ptr<a::Future<Units>> Shared = async::Ptr<a::Future<Units>>(acquireUnits()); in bar() local
/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DConstructCompositionT.h
H A DOMPConstants.h258 Shared = 3, enumerator
/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp339 Matcher *Shared = Optn; FactorNodes() local
/llvm-project/polly/lib/CodeGen/
H A DLoopGeneratorsKMP.cpp176 Value *Shared = &*AI; createSubFn() local
/llvm-project/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp158 Shared = 1 << 4, ParseSectionFlags() enumerator
/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp125 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 Dinstr.cpp209 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 DCGOpenMPRuntime.h133 const Expr *Shared = nullptr; global() member
H A DCGOpenMPRuntime.cpp5488 llvm::Value *Shared = RCG.getSharedLValue(Cnt).getPointer(CGF); emitTaskReductionInit() local
/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp2200 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 DOpenMPDecompositionTest.cpp143 using Shared = tomp::clause::SharedT<TypeTy, IdTy, ExprTy>; typedef