Home
last modified time | relevance | path

Searched refs:RightAngleCount (Results 1 – 11 of 11) sorted by relevance

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp155 size_t RightAngleCount = Name.count('>'); in StripTemplateParameters() local
160 if (LeftAngleCount > RightAngleCount) in StripTemplateParameters()
161 NumLeftAnglesToSkip += LeftAngleCount - RightAngleCount; in StripTemplateParameters()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp154 size_t RightAngleCount = Name.count('>'); in StripTemplateParameters() local
159 if (LeftAngleCount > RightAngleCount) in StripTemplateParameters()
160 NumLeftAnglesToSkip += LeftAngleCount - RightAngleCount; in StripTemplateParameters()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/DWARFLinker/
H A DDWARFLinker.cpp154 size_t RightAngleCount = Name.count('>'); in StripTemplateParameters() local
159 if (LeftAngleCount > RightAngleCount) in StripTemplateParameters()
160 NumLeftAnglesToSkip += LeftAngleCount - RightAngleCount; in StripTemplateParameters()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp154 size_t RightAngleCount = Name.count('>'); in StripTemplateParameters() local
159 if (LeftAngleCount > RightAngleCount) in StripTemplateParameters()
160 NumLeftAnglesToSkip += LeftAngleCount - RightAngleCount; in StripTemplateParameters()
/dports/devel/llvm11/llvm-11.0.1.src/lib/DWARFLinker/
H A DDWARFLinker.cpp155 size_t RightAngleCount = Name.count('>'); in StripTemplateParameters() local
160 if (LeftAngleCount > RightAngleCount) in StripTemplateParameters()
161 NumLeftAnglesToSkip += LeftAngleCount - RightAngleCount; in StripTemplateParameters()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp154 size_t RightAngleCount = Name.count('>'); in StripTemplateParameters() local
159 if (LeftAngleCount > RightAngleCount) in StripTemplateParameters()
160 NumLeftAnglesToSkip += LeftAngleCount - RightAngleCount; in StripTemplateParameters()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp154 size_t RightAngleCount = Name.count('>'); in StripTemplateParameters() local
159 if (LeftAngleCount > RightAngleCount) in StripTemplateParameters()
160 NumLeftAnglesToSkip += LeftAngleCount - RightAngleCount; in StripTemplateParameters()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp154 size_t RightAngleCount = Name.count('>'); in StripTemplateParameters() local
159 if (LeftAngleCount > RightAngleCount) in StripTemplateParameters()
160 NumLeftAnglesToSkip += LeftAngleCount - RightAngleCount; in StripTemplateParameters()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp155 size_t RightAngleCount = Name.count('>'); in StripTemplateParameters() local
160 if (LeftAngleCount > RightAngleCount) in StripTemplateParameters()
161 NumLeftAnglesToSkip += LeftAngleCount - RightAngleCount; in StripTemplateParameters()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp154 size_t RightAngleCount = Name.count('>'); in StripTemplateParameters() local
159 if (LeftAngleCount > RightAngleCount) in StripTemplateParameters()
160 NumLeftAnglesToSkip += LeftAngleCount - RightAngleCount; in StripTemplateParameters()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp154 size_t RightAngleCount = Name.count('>');
159 if (LeftAngleCount > RightAngleCount)
160 NumLeftAnglesToSkip += LeftAngleCount - RightAngleCount;