Home
last modified time | relevance | path

Searched defs:uid (Results 1 – 25 of 64) sorted by relevance

123

/llvm-project/clang/test/SemaObjC/
H A Didiomatic-parentheses.m7 unsigned uid; field
14 @property unsigned uid; property
H A Ddefault-synthesize-2.m43 id uid; // expected-note {{instance variable is declared here}} field
45 @property (readwrite, assign) id uid; // expected-note {{property declared here}} property
/llvm-project/lldb/source/Utility/
H A DUserID.cpp17 Stream &lldb_private::operator<<(Stream &strm, const UserID &uid) { in operator <<()
H A DUserIDResolver.cpp33 std::optional<std::string> DoGetUserName(id_t uid) override { in DoGetUserName()
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTMetadata.cpp15 lldb::user_id_t uid = GetUserID(); in Dump() local
/llvm-project/lldb/include/lldb/Utility/
H A DUserIDResolver.h28 std::optional<llvm::StringRef> GetUserName(id_t uid) { in GetUserName()
H A DProcessInfo.h58 void SetUserID(uint32_t uid) { m_uid = uid; } in SetUserID()
168 void SetEffectiveUserID(uint32_t uid) { m_euid = uid; } in SetEffectiveUserID()
/llvm-project/llvm/utils/TableGen/
H A DX86DisassemblerTables.h268 InstructionSpecifier &specForUID(InstrUID uid) { in specForUID()
H A DX86RecognizableInstr.cpp150 RecognizableInstr(DisassemblerTables & tables,const CodeGenInstruction & insn,InstrUID uid) RecognizableInstr() argument
172 processInstr(DisassemblerTables & tables,const CodeGenInstruction & insn,InstrUID uid) processInstr() argument
/llvm-project/lldb/source/Host/posix/
H A DHostInfoPosix.cpp92 std::optional<std::string> DoGetUserName(id_t uid) override; in DoGetUserName() argument
70 GetPassword(id_t uid) GetPassword() argument
/llvm-project/lldb/include/lldb/Symbol/
H A DSymbolFile.h236 virtual CompilerDecl GetDeclForUID(lldb::user_id_t uid) { return {}; } in GetCompilerContextForUID() argument
228 GetDeclForUID(lldb::user_id_t uid) GetDeclForUID() argument
229 GetDeclContextForUID(lldb::user_id_t uid) GetDeclContextForUID() argument
232 GetDeclContextContainingUID(lldb::user_id_t uid) GetDeclContextContainingUID() argument
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFCompileUnit.h34 DWARFCompileUnit(SymbolFileDWARF &dwarf, lldb::user_id_t uid, in DWARFCompileUnit()
H A DDWARFTypeUnit.h34 DWARFTypeUnit(SymbolFileDWARF &dwarf, lldb::user_id_t uid, in DWARFTypeUnit()
H A DDIERef.h40 DIERef(lldb::user_id_t uid) DIERef() argument
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_thread.cpp116 Tid ThreadCreate(ThreadState *thr, uptr pc, uptr uid, bool detached) { in ThreadCreate() argument
280 uptr uid; global() member
284 ThreadConsumeTid(ThreadState * thr,uptr pc,uptr uid) ThreadConsumeTid() argument
323 ThreadNotJoined(ThreadState * thr,uptr pc,Tid tid,uptr uid) ThreadNotJoined() argument
/llvm-project/lldb/source/API/
H A DSBValueList.cpp50 FindValueByUID(lldb::user_id_t uid) FindValueByUID() argument
179 FindValueObjectByUID(lldb::user_id_t uid) FindValueObjectByUID() argument
H A DSBAttachInfo.cpp179 void SBAttachInfo::SetUserID(uint32_t uid) { in SetUserID()
215 void SBAttachInfo::SetEffectiveUserID(uint32_t uid) { in SetEffectiveUserID()
/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.h49 lldb::user_id_t uid = 0; member
H A DPdbSymUid.h120 PdbSymUid uid; member
/llvm-project/lldb/unittests/Utility/
H A DProcessInstanceInfoTest.cpp20 std::optional<std::string> DoGetUserName(id_t uid) override { in DoGetUserName()
/llvm-project/lldb/source/Symbol/
H A DTypeMap.cpp118 lldb::user_id_t uid = type_sp->GetID(); in Remove() local
/llvm-project/lldb/source/Host/windows/
H A DHostInfoWindows.cpp32 std::optional<std::string> DoGetUserName(id_t uid) override { in DoGetUserName()
/llvm-project/clang/test/OpenMP/
H A Datomic_compare_codegen.cpp20 unsigned int uix, uie, uid; in foo() local
2207 unsigned int uix, uiv, uir, uie, uid; in bar() local
12466 unsigned int uix, uiv, uie, uid; in uixevd() local
/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp242 auto uid = pdb_compiland.getSymIndexId(); GetCompileUnitIndex() local
256 GetPDBCompilandByUID(uint32_t uid) GetPDBCompilandByUID() argument
417 auto uid = pdb_symbol->getSymIndexId(); ParseFunctionBlocksForPDBSymbol() local
451 auto uid = func.GetID(); ParseBlocksRecursive() local
627 GetDeclForUID(lldb::user_id_t uid) GetDeclForUID() argument
657 GetDeclContextForUID(lldb::user_id_t uid) GetDeclContextForUID() argument
688 GetDeclContextContainingUID(lldb::user_id_t uid) GetDeclContextContainingUID() argument
1213 ResolveFunction(uint32_t uid,bool include_inlines,lldb_private::SymbolContextList & sc_list) ResolveFunction() argument
1237 auto uid = pdb_func_up->getSymIndexId(); CacheFunctionNames() local
[all...]
/llvm-project/lldb/source/Core/
H A DValueObjectList.cpp

123