Searched refs:get_length (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIAInjectedSource.cpp28 return (S_OK == SourceFile->get_length(&Size)) ? Size : 0;
H A DDIALineNumber.cpp59 return (S_OK == LineNumber->get_length(&Length)) ? Length : 0;
H A DDIASectionContrib.cpp59 return PrivateGetDIAValue(Section, &IDiaSectionContrib::get_length);
H A DDIARawSymbol.cpp922 return PrivateGetDIAValue(Symbol, &IDiaSymbol::get_length);
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_dispatch_hier.h662 for (int j = 0; j < get_length(i); ++j)
874 int get_length(int level) const {
884 KMP_DEBUG_ASSERT(index < get_length(level));
/freebsd-12-stable/sbin/camcontrol/
H A Dcamcontrol.c3871 int get_length = 1, first_pass = 1; local
4066 if (get_length != 0) {
4067 get_length = 0;
4090 get_length = 1;
4107 get_length = 1;
4123 get_length = 1;
4140 get_length = 1;
4159 get_length = 1;

Completed in 88 milliseconds