Home
last modified time | relevance | path

Searched defs:setAttr (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/gc/impl/proto/
H A Dgc.d92 uint setAttr(void* p, uint mask) nothrow in setAttr() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/gc/impl/manual/
H A Dgc.d90 uint setAttr(void* p, uint mask) nothrow in setAttr() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h203 void setAttr(std::string MAttr) { TMBuilder.MAttr = std::move(MAttr); } in setAttr() function
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gc/impl/manual/
H A Dgc.d105 uint setAttr(void* p, uint mask) nothrow in setAttr() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.init_fini/
H A Dcustom_gc.d71 uint setAttr(void* p, uint mask) nothrow in setAttr() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/
H A Dmemory.d401 static uint setAttr( const scope void* p, uint a ) nothrow in setAttr() function
408 static uint setAttr(void* p, uint a) pure nothrow in setAttr() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTypeLoc.h876 void setAttr(const Attr *A) { in setAttr() function