Searched refs:makeIndex (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBlocks.h200 static Capture makeIndex(unsigned index, CharUnits offset, function in class:clang::CodeGen::CGBlockInfo::Capture
H A DCGBlocks.cpp361 auto C = CGBlockInfo::Capture::makeIndex(index, offset, FieldType);
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
H A Dsorting.d27 $(T2 makeIndex,
917 // makeIndex
931 The first overload of $(D makeIndex) writes to a range containing
937 $(D makeIndex) overwrites its second argument with the result, but
956 makeIndex(
979 void makeIndex(
994 "r and index must be same length for makeIndex.");
1018 makeIndex!("a < b")(arr, index1);
1022 makeIndex!("a < b")(arr, index2);
1039 makeIndex!("
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/algorithm/
H A Dsorting.d26 $(T2 makeIndex,
927 // makeIndex
942 The first overload of `makeIndex` writes to a range containing
948 `makeIndex` overwrites its second argument with the result, but
968 makeIndex(
991 void makeIndex(
1006 "r and index must be same length for makeIndex.");
1030 makeIndex!("a < b")(arr, index1);
1034 makeIndex!("a < b")(arr, index2);
1051 makeIndex!("
[all...]

Completed in 212 milliseconds