OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:functionTypes
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/
object.d
1402
alias
functionTypes
= typeof(__traits(getVirtualFunctions, C, "func"));
1403
assert(typeid(
functionTypes
[0]).toString() == "void function()");
1404
assert(typeid(
functionTypes
[1]).toString() == "void function(int)");
1405
assert(typeid(
functionTypes
[2]).toString() == "int function(int, int)");
1416
alias
functionTypes
= typeof(__traits(getVirtualFunctions, C, "func"));
1418
Object obj = typeid(
functionTypes
[0]);
1419
assert(obj.opEquals(typeid(
functionTypes
[0])));
1420
assert(typeid(
functionTypes
[0]) == typeid(
functionTypes
[0]));
1421
assert(typeid(
functionTypes
[0]) != typeid(functionTypes[1]))
[
all
...]
/src/external/apache2/llvm/dist/llvm/include/llvm/Object/
Wasm.h
141
ArrayRef<uint32_t>
functionTypes
() const { return
FunctionTypes
; }
277
std::vector<uint32_t>
FunctionTypes
;
/src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
wasm2yaml.cpp
261
for (const auto &Func : Obj.
functionTypes
()) {
262
FuncSec->
FunctionTypes
.push_back(Func);
Completed in 22 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026