Home
last modified time | relevance | path

Searched defs:full (Results 1 – 20 of 20) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp113 const char *full = m_full.GetCString(); in GetClassName() local
139 const char *full = m_full.GetCString(); in GetClassNameWithCategory() local
162 const char *full = m_full.GetCString(); in GetSelector() local
178 const char *full = m_full.GetCString(); in GetCategory() local
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DXRayInstr.h63 bool full() const { return Mask == XRayInstrKind::All; } in full() function
/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Dbitfield-1.m16 int full; field
H A Dencode-test.m24 int full; field
/llvm-project-15.0.7/lldb/source/API/
H A DSBFileSpecList.cpp69 bool full) { in FindFileIndex()
H A DSBCompileUnit.cpp170 bool full) { in FindSupportFileIndex()
/llvm-project-15.0.7/lldb/source/Core/
H A DSourceLocationSpec.cpp51 const SourceLocationSpec &rhs, bool full) { in Equal()
/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_tab_lexopt_templ.c203 int max, full; in SF() local
H A Disl_map.c7260 int full; in isl_map_partial_lexopt_aligned_pw_multi_aff() local
7350 int full; in isl_map_partial_lexopt_aligned() local
14197 isl_bool full; in isl_map_preimage_multi_pw_aff() local
/llvm-project-15.0.7/lldb/unittests/Core/
H A DSourceLocationSpecTest.cpp77 auto Equal = [](SourceLocationSpec lhs, SourceLocationSpec rhs, bool full) { in TEST()
/llvm-project-15.0.7/clang/lib/AST/
H A DRandstruct.cpp53 bool full() const { return Size >= CACHE_LINE; } in full() function in __anon9f9330eb0111::Bucket
/llvm-project-15.0.7/clang-tools-extra/pseudo/benchmarks/
H A DBenchmark.cpp132 static void full(benchmark::State &State) { in full() function
/llvm-project-15.0.7/clang/test/Rewriter/
H A Dmodern-write-bf-abi.mm105 int full; field
/llvm-project-15.0.7/lldb/source/Utility/
H A DFileSpec.cpp272 int FileSpec::Compare(const FileSpec &a, const FileSpec &b, bool full) { in Compare()
293 bool FileSpec::Equal(const FileSpec &a, const FileSpec &b, bool full) { in Equal()
/llvm-project-15.0.7/lldb/unittests/Utility/
H A DFileSpecTest.cpp387 auto Eq = [](const char *a, const char *b, bool full) { in TEST()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp341 TypeIndex full; in BuildParentMap() member
436 TypeIndex full = forward_to_full[fwd]; in BuildParentMap() local
439 for (TypeIndex full : full_keys) { in BuildParentMap() local
/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DSparseTensorUtils.cpp614 void appendIndex(uint64_t d, uint64_t full, uint64_t i) { in appendIndex()
679 uint64_t full = 0; in fromCOO() local
698 void finalizeSegment(uint64_t d, uint64_t full = 0, uint64_t count = 1) { in finalizeSegment()
/llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp178 llvm::StringRef full(m_full.GetCString()); in TrySimplifiedParse() local
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.cpp559 void SIScheduleBlock::printDebug(bool full) { in printDebug()
/llvm-project-15.0.7/clang/tools/c-index-test/
H A Dc-index-test.c3944 static int index_file(int argc, const char **argv, int full) { in index_file()