Searched defs:Depth (Results 1 - 25 of 211) sorted by relevance

123456789

/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugInfoEntry.h29 uint32_t Depth = 0; member in class:llvm::DWARFDebugInfoEntry
45 uint32_t Depth);
48 uint32_t getDepth() const { return Depth; }
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugInfoEntry.h29 uint32_t Depth = 0; member in class:llvm::DWARFDebugInfoEntry
45 uint32_t Depth);
48 uint32_t getDepth() const { return Depth; }
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugInfoEntry.h29 uint32_t Depth = 0; member in class:llvm::DWARFDebugInfoEntry
45 uint32_t Depth);
48 uint32_t getDepth() const { return Depth; }
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugInfoEntry.h30 uint32_t Depth = 0; member in class:llvm::DWARFDebugInfoEntry
45 uint32_t Depth);
48 uint32_t getDepth() const { return Depth; }
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugInfoEntry.h30 uint32_t Depth = 0; member in class:llvm::DWARFDebugInfoEntry
45 uint32_t Depth);
48 uint32_t getDepth() const { return Depth; }
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugInfoEntry.h30 uint32_t Depth = 0; member in class:llvm::DWARFDebugInfoEntry
45 uint32_t Depth);
48 uint32_t getDepth() const { return Depth; }
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugInfoEntry.h30 uint32_t Depth = 0; member in class:llvm::DWARFDebugInfoEntry
45 uint32_t Depth);
48 uint32_t getDepth() const { return Depth; }
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugInfoEntry.h29 uint32_t Depth = 0; member in class:llvm::DWARFDebugInfoEntry
45 uint32_t Depth);
48 uint32_t getDepth() const { return Depth; }
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugInfoEntry.h29 uint32_t Depth = 0; member in class:llvm::DWARFDebugInfoEntry
45 uint32_t Depth);
48 uint32_t getDepth() const { return Depth; }
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugInfoEntry.h29 uint32_t Depth = 0; member in class:llvm::DWARFDebugInfoEntry
45 uint32_t Depth);
48 uint32_t getDepth() const { return Depth; }
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugInfoEntry.h30 uint32_t Depth = 0; member in class:llvm::DWARFDebugInfoEntry
45 uint32_t Depth);
48 uint32_t getDepth() const { return Depth; }
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugInfoEntry.h30 uint32_t Depth = 0; member in class:llvm::DWARFDebugInfoEntry
45 uint32_t Depth);
48 uint32_t getDepth() const { return Depth; }
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugInfoEntry.h30 uint32_t Depth = 0; member in class:llvm::DWARFDebugInfoEntry
45 uint32_t Depth);
48 uint32_t getDepth() const { return Depth; }
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugInfoEntry.h30 uint32_t Depth = 0; member in class:llvm::DWARFDebugInfoEntry
45 uint32_t Depth);
48 uint32_t getDepth() const { return Depth; }
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++abi/test/
H A Ddynamic_cast_stress.pass.cpp16 template <std::size_t Indx, std::size_t Depth>
18 : public virtual C<Indx, Depth-1>,
19 public virtual C<Indx+1, Depth-1>
30 template <std::size_t Indx, std::size_t Depth>
32 : public virtual C<Indx, Depth-1>,
33 public virtual C<Indx+1, Depth-1>
37 template <class Indx, std::size_t Depth>
40 template <std::size_t ...Indx, std::size_t Depth>
41 struct makeB<std::__tuple_indices<Indx...>, Depth>
42 : public B<Indx, Depth>
55 const std::size_t Depth = 5; local
[all...]
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/test/
H A Ddynamic_cast_stress.pass.cpp16 template <std::size_t Indx, std::size_t Depth>
18 : public virtual C<Indx, Depth-1>,
19 public virtual C<Indx+1, Depth-1>
30 template <std::size_t Indx, std::size_t Depth>
32 : public virtual C<Indx, Depth-1>,
33 public virtual C<Indx+1, Depth-1>
37 template <class Indx, std::size_t Depth>
40 template <std::size_t ...Indx, std::size_t Depth>
41 struct makeB<std::__tuple_indices<Indx...>, Depth>
42 : public B<Indx, Depth>
55 const std::size_t Depth = 5; local
[all...]
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
H A DScoreboardHazardRecognizer.h46 size_t Depth = 0; member in class:llvm::ScoreboardHazardRecognizer::Scoreboard
58 size_t getDepth() const { return Depth; }
61 // Depth is expected to be a power-of-2.
62 assert(Depth && !(Depth & (Depth - 1)) &&
65 return Data[(Head + idx) & (Depth-1)];
70 Depth = d;
71 Data = new unsigned[Depth];
74 memset(Data, 0, Depth * sizeo
[all...]
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
H A DScoreboardHazardRecognizer.h46 size_t Depth = 0; member in class:llvm::ScoreboardHazardRecognizer::Scoreboard
58 size_t getDepth() const { return Depth; }
61 // Depth is expected to be a power-of-2.
62 assert(Depth && !(Depth & (Depth - 1)) &&
65 return Data[(Head + idx) & (Depth-1)];
70 Depth = d;
71 Data = new unsigned[Depth];
74 memset(Data, 0, Depth * sizeo
[all...]
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
H A DScoreboardHazardRecognizer.h46 size_t Depth = 0; member in class:llvm::ScoreboardHazardRecognizer::Scoreboard
58 size_t getDepth() const { return Depth; }
61 // Depth is expected to be a power-of-2.
62 assert(Depth && !(Depth & (Depth - 1)) &&
65 return Data[(Head + idx) & (Depth-1)];
70 Depth = d;
71 Data = new unsigned[Depth];
74 memset(Data, 0, Depth * sizeo
[all...]
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
H A DScoreboardHazardRecognizer.h46 size_t Depth = 0; member in class:llvm::ScoreboardHazardRecognizer::Scoreboard
58 size_t getDepth() const { return Depth; }
61 // Depth is expected to be a power-of-2.
62 assert(Depth && !(Depth & (Depth - 1)) &&
65 return Data[(Head + idx) & (Depth-1)];
70 Depth = d;
71 Data = new unsigned[Depth];
74 memset(Data, 0, Depth * sizeo
[all...]
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
H A DScoreboardHazardRecognizer.h46 size_t Depth = 0; member in class:llvm::ScoreboardHazardRecognizer::Scoreboard
58 size_t getDepth() const { return Depth; }
61 // Depth is expected to be a power-of-2.
62 assert(Depth && !(Depth & (Depth - 1)) &&
65 return Data[(Head + idx) & (Depth-1)];
70 Depth = d;
71 Data = new unsigned[Depth];
74 memset(Data, 0, Depth * sizeo
[all...]
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
H A DScoreboardHazardRecognizer.h46 size_t Depth = 0; member in class:llvm::ScoreboardHazardRecognizer::Scoreboard
58 size_t getDepth() const { return Depth; }
61 // Depth is expected to be a power-of-2.
62 assert(Depth && !(Depth & (Depth - 1)) &&
65 return Data[(Head + idx) & (Depth-1)];
70 Depth = d;
71 Data = new unsigned[Depth];
74 memset(Data, 0, Depth * sizeo
[all...]
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
H A DScoreboardHazardRecognizer.h46 size_t Depth = 0; member in class:llvm::ScoreboardHazardRecognizer::Scoreboard
58 size_t getDepth() const { return Depth; }
61 // Depth is expected to be a power-of-2.
62 assert(Depth && !(Depth & (Depth - 1)) &&
65 return Data[(Head + idx) & (Depth-1)];
70 Depth = d;
71 Data = new unsigned[Depth];
74 memset(Data, 0, Depth * sizeo
[all...]
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
H A DScoreboardHazardRecognizer.h46 size_t Depth = 0; member in class:llvm::ScoreboardHazardRecognizer::Scoreboard
58 size_t getDepth() const { return Depth; }
61 // Depth is expected to be a power-of-2.
62 assert(Depth && !(Depth & (Depth - 1)) &&
65 return Data[(Head + idx) & (Depth-1)];
70 Depth = d;
71 Data = new unsigned[Depth];
74 memset(Data, 0, Depth * sizeo
[all...]
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
H A DScoreboardHazardRecognizer.h46 size_t Depth = 0; member in class:llvm::ScoreboardHazardRecognizer::Scoreboard
58 size_t getDepth() const { return Depth; }
61 // Depth is expected to be a power-of-2.
62 assert(Depth && !(Depth & (Depth - 1)) &&
65 return Data[(Head + idx) & (Depth-1)];
70 Depth = d;
71 Data = new unsigned[Depth];
74 memset(Data, 0, Depth * sizeo
[all...]

Completed in 354 milliseconds

123456789