Home
last modified time | relevance | path

Searched +defs:object +defs:c (Results 1 – 25 of 28) sorted by relevance

12

/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A DJSONUtils.cpp241 llvm::json::Object object; in CreateScope() local
311 llvm::json::Object object; in CreateBreakpoint() local
394 llvm::json::Object object; in CreateModule() local
514 llvm::json::Object object; in CreateExceptionBreakpointFilter() local
587 llvm::json::Object object; in CreateSource() local
616 llvm::json::Object object; in CreateSource() local
659 const char *c = inst.GetComment(g_vsc.target); in CreateSource() local
754 llvm::json::Object object; in CreateStackFrame() local
801 llvm::json::Object object; in CreateThread() local
1035 llvm::json::Object object; in CreateVariable() local
[all …]
/llvm-project-15.0.7/flang/lib/Semantics/
H A Druntime-type-info.cpp146 SemanticsContext &c, RuntimeDerivedTypeTables &t) in RuntimeTableBuilder()
268 ObjectEntityDetails object; in SaveNumericPointerTarget() local
300 ObjectEntityDetails object; in SaveDerivedPointerTarget() local
329 Scope &scope, SourceName name, const ObjectEntityDetails &object) { in SaveObjectInit()
667 ObjectEntityDetails object; in CreateObject() local
685 ObjectEntityDetails object; in SaveNameAsPointerTarget() local
707 const Symbol &symbol, const ObjectEntityDetails &object, Scope &scope, in DescribeComponent()
880 const ObjectEntityDetails &object, Scope &scope, Scope &dtScope, in InitializeDataPointer()
H A Dcheck-data.cpp49 DataVarChecker(SemanticsContext &c, parser::CharBlock src) in DataVarChecker()
182 void DataChecker::Leave(const parser::DataIDoObject &object) { in Leave()
H A Dresolve-directives.cpp93 void AddDataSharingAttributeObject(SymbolRef object) { in AddDataSharingAttributeObject()
459 void SetAssociatedClause(const parser::OmpClause &c) { in SetAssociatedClause()
499 void AddAllocateName(const parser::Name *&object) { in AddAllocateName()
504 void AddPrivateDataSharingAttributeObjects(SymbolRef object) { in AddPrivateDataSharingAttributeObjects()
550 const Symbol &object) { in HasDataSharingAttributeObject()
580 Symbol &object, Symbol::Flag flag, Scope &scope) { in DeclarePrivateAccessEntity()
1011 for (auto &object : symbol->get<CommonBlockDetails>().objects()) { in ResolveAccObject() local
1057 Symbol &object, Symbol::Flag accFlag) { in DeclareOrMarkOtherAccessEntity()
1637 for (auto &object : symbol->get<CommonBlockDetails>().objects()) { in ResolveOmpObject() local
1687 Symbol &object, Symbol::Flag ompFlag) { in DeclareOrMarkOtherAccessEntity()
H A Dmod-file.cpp198 for (const auto &object : set) { in PutSymbols() local
307 for (const Symbol &object : x.objects()) { in PutSymbol() local
316 for (const auto &object : x.objects()) { in PutSymbol() local
394 const auto *object{ref->detailsIf<ObjectEntityDetails>()}; in PutDECStructure() local
800 for (char c : str) { in PutLower() local
898 for (char c : contents) { in CheckSum() local
1168 for (const auto &object : details.objects()) { in DoSymbol() local
H A Dcheck-declarations.cpp36 explicit CheckHelper(SemanticsContext &c) : context_{c} {} in CheckHelper()
285 if (const auto *object{symbol.detailsIf<ObjectEntityDetails>()}) { in Check() local
643 if (const auto *object{symbol.detailsIf<ObjectEntityDetails>()}) { in CheckPointerInitialization() local
1431 const auto *object{symbol.detailsIf<ObjectEntityDetails>()}; in WarnMissingFinal() local
1763 for (auto &object : set) { in CheckEquivalenceSet() local
H A Dcheck-omp-structure.cpp501 [&](const parser::OpenMPBlockConstruct &c) { in CheckSIMDNest()
532 [&](const parser::OpenMPLoopConstruct &c) { in CheckSIMDNest()
542 [&](const parser::OpenMPAtomicConstruct &c) { in CheckSIMDNest()
546 [&](const auto &c) {}, in CheckSIMDNest()
564 [&](const parser::OpenMPBlockConstruct &c) { in CheckTargetNest()
574 [&](const parser::OpenMPStandaloneConstruct &c) { in CheckTargetNest()
589 [&](const auto &c) {}, in CheckTargetNest()
593 [&](const auto &c) {}, in CheckTargetNest()
1039 void OmpStructureChecker::Enter(const parser::OpenMPThreadprivate &c) { in Enter()
1045 void OmpStructureChecker::Leave(const parser::OpenMPThreadprivate &c) { in Leave()
[all …]
H A Dexpression.cpp252 } else if (const auto *object{ in CompleteSubscripts() local
283 [&](Component &&c) { in ApplySubscripts()
1100 if (const auto *object{ in CreateComponent() local
1300 ExpressionAnalyzer &c, std::optional<DynamicTypeWithLength> &&t) in ArrayConstructorContext()
1790 object{FindExternallyVisibleObject(*value, *pureProc)}) { in Analyze() local
2430 static const Symbol *AssumedTypePointerOrAllocatableDummy(const A &object) { in AssumedTypePointerOrAllocatableDummy()
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dmangle.cpp675 template <template <class> class T> void foo(decltype(T<float>::object) &object) {} in foo()
677 template <class T> struct holder { static T object; }; member
690 float object; member
697 template <class T> void a(decltype(T::inner::object) &object) {} in a()
1077 struct c { struct
1083 __attribute__((used)) c(t1) {} in c() function
1084 __attribute__((used)) c(t2) {} in c() argument
1085 __attribute__((used)) c(t3) {} in c() argument
1086 __attribute__((used)) c(t4) {} in c() argument
1099 __attribute__((used)) c(t1) {} in c() function
[all …]
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dvariable.cpp152 -> std::optional<Expr<SubscriptInteger>> { in upper()
291 -> std::optional<Expr<SubscriptInteger>> { in LEN()
351 [](const common::CopyableIndirection<Component> &c) -> T { in LEN()
390 [](const Component &c) { return c.Rank(); }, in Rank()
466 [](const Component &c) -> const Symbol & { in GetFirstSymbol()
476 [](const Component &c) -> const Symbol & { in GetLastSymbol()
487 [](const Component &c) { return &c; }, in UnwrapComponent()
495 [](Component &c) { return &c; }, in UnwrapComponent()
H A Dtools.cpp917 explicit FindImpureCallHelper(FoldingContext &c) : Base{*this}, context_{c} {} in FindImpureCallHelper()
1008 const Symbol &c{x.GetLastSymbol()}; in GetLastPointerSymbol() local
1012 const auto *c{x.UnwrapComponent()}; in GetLastPointerSymbol() local
1313 if (const auto *object{symbol.detailsIf<ObjectEntityDetails>()}) { in IsAutomatic() local
1387 } else if (const auto *object{symbol.detailsIf<ObjectEntityDetails>()}; in IsSaved() local
1415 const auto *object{ultimate.detailsIf<ObjectEntityDetails>()}; in IsAssumedShape() local
1422 const auto *object{ultimate.detailsIf<ObjectEntityDetails>()}; in IsDeferredShape() local
H A Dcheck-expression.cpp540 } else if (const auto *object{ in operator ()() local
698 explicit IsSimplyContiguousHelper(FoldingContext &c) in IsSimplyContiguousHelper()
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp310 char *c; in GetBytes() local
330 char *c; in CreateStructuredString() local
354 char *c = PyByteArray_AsString(m_py_obj); in GetBytes() local
530 void PythonList::SetItemAtIndex(uint32_t index, const PythonObject &object) { in SetItemAtIndex()
539 void PythonList::AppendItem(const PythonObject &object) { in AppendItem()
572 for (auto object : objects) { in PythonTuple() local
584 PythonObject object(PyRefType::Borrowed, py_object); in PythonTuple() local
609 void PythonTuple::SetItemAtIndex(uint32_t index, const PythonObject &object) { in SetItemAtIndex()
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dmember-pointer.cpp152 struct c { struct
154 void f() { in f()
167 int test1(int Base::* p2m, X* object) in test1()
H A Dwarn-thread-safety-analysis.cpp2367 int c; in test() local
2412 int c; in test2() local
2453 bool c; member in TrylockJoinPoint::Foo
2582 bool c; member in ReleasableScopedLock::Foo
3010 bool c; variable
3097 bool c; member in TrylockFunctionTest::Foo
3181 bool c; member in FoolishScopedLockableBug::Foo
4035 bool c; variable
4644 int c; member in AssertHeldTest::Foo
5884 C c; variable
[all …]
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRAttributes.cpp84 static void bindDerived(ClassTy &c) { in bindDerived()
96 static T pyTryCast(py::handle object) { in pyTryCast()
149 static void bindDerived(ClassTy &c) { in bindDerived()
199 static void bindDerived(ClassTy &c) { in bindDerived()
250 static void bindDerived(ClassTy &c) { in bindDerived()
280 static void bindDerived(ClassTy &c) { in bindDerived()
303 static void bindDerived(ClassTy &c) { in bindDerived()
329 static void bindDerived(ClassTy &c) { in bindDerived()
366 static void bindDerived(ClassTy &c) { in bindDerived()
617 static void bindDerived(ClassTy &c) { in bindDerived()
[all …]
H A DIRCore.cpp1927 static void bindDerived(ClassTy &c) { in bindDerived()
1951 static void bindDerived(ClassTy &c) { in bindDerived()
1995 static void bindDerived(ClassTy &c) { in bindDerived()
2048 static void bindDerived(ClassTy &c) { in bindDerived()
2098 static void bindDerived(ClassTy &c) { in bindDerived()
2252 [](py::object & /*class*/) { in populateIRCore()
2390 [](py::object & /*class*/) { in populateIRCore()
2915 [](py::object & /*class*/) { in populateIRCore()
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp164 #define COMMON_INTERCEPTOR_MEMSET_IMPL(ctx, block, c, size) \ argument
334 INTERCEPTOR(void, __cxa_throw, void *a, void *b, void *c) { in INTERCEPTOR() argument
351 _Unwind_Exception *object) { in INTERCEPTOR()
360 _Unwind_Exception *object) { in INTERCEPTOR()
376 DEFINE_REAL(char*, index, const char *string, int c) in DEFINE_REAL()
/llvm-project-15.0.7/clang/test/Misc/
H A Dcaret-diags-macros.c173 #define /* */ BARC(c, /* */b, a) (a + b ? c : c) in foo_aa() argument
204 #define __darwin_obsz(object) __builtin_object_size (object, 1) argument
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dattr-deprecated.m150 @property footype c; // expected-warning {{'footype' is deprecated}} property
219 @property (nonatomic, strong) id object; //expected-warning {{auto property synthesis will not synt… property
/llvm-project-15.0.7/clang/test/CXX/class.access/class.friend/
H A Dp1.cpp183 T object; member in test4::Holder
394 void c() { in c() function
/llvm-project-15.0.7/clang/test/Analysis/
H A Dinline.cpp198 int a, b, c, d; in test() local
398 void test(One *object) { in test()
/llvm-project-15.0.7/lld/wasm/
H A DDriver.cpp217 for (const Archive::Child &c : file->children(err)) { in getArchiveMembers() local
251 auto *object = createObjectFile(m, path); in addFile() local
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DRNBRemote.cpp1246 unsigned char c = *str++; in decode_binary_data() local
1474 char *c; in HandlePacket_A() local
2205 const char *c = strchr(p, ';'); in set_logging() local
2479 const char *c; in HandlePacket_QEnvironmentHexEncoded() local
2548 uint8_t c = *str++; in cstring_to_asciihex_string() local
2971 char *c; in HandlePacket_M() local
3044 char *c; in HandlePacket_m() local
3106 char *c; in HandlePacket_x() local
3170 char *c; in HandlePacket_X() local
4015 char *c = NULL; in HandlePacket_z() local
[all …]
/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DSparseTensorUtils.cpp1100 for (char *c = token; *c; c++) in toLower() local
1240 char object[64]; in readMMEHeader() local

12