HomeSort by: relevance | last modified time | path
    Searched refs:setAttr (Results 1 - 14 of 14) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.gc/
attributes.d 9 GC.setAttr(ptr, GC.BlkAttr.NO_MOVE);
21 GC.setAttr(ptr, GC.BlkAttr.NO_MOVE);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/gc/
gcinterface.d 74 uint setAttr(void* p, uint mask) nothrow;
  /src/external/apache2/llvm/dist/llvm/include/llvm/LTO/legacy/
ThinLTOCodeGenerator.h 203 void setAttr(std::string MAttr) { TMBuilder.MAttr = std::move(MAttr); }
  /src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.init_fini/
custom_gc.d 71 uint setAttr(void* p, uint mask) nothrow
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/internal/gc/impl/manual/
gc.d 90 uint setAttr(void* p, uint mask) nothrow
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/internal/gc/impl/proto/
gc.d 92 uint setAttr(void* p, uint mask) nothrow
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/internal/gc/
proxy.d 154 return instance.setAttr(p, a);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/
monitor_.d 275 GC.setAttr(cast(void*) h, GC.BlkAttr.FINALIZE);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/
memory.d 306 * are manipulated via the getAttr, setAttr, clrAttr functions.
401 static uint setAttr( const scope void* p, uint a ) nothrow
408 static uint setAttr(void* p, uint a) pure nothrow
812 * GC.setAttr(cast(void*)context, GC.BlkAttr.NO_MOVE);
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
TypeLoc.h 876 void setAttr(const Attr *A) {
887 setAttr(nullptr);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/internal/gc/impl/conservative/
gc.d 377 uint setAttr(void* p, uint mask) nothrow
4990 assert(GC.setAttr(p + 4, BlkAttr.NO_SCAN) == 0); // interior pointer should fail
4998 assert(GC.setAttr(p, BlkAttr.NO_SCAN) == 0);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaType.cpp 5838 TL.setAttr(State.takeAttrForAttributedType(TL.getTypePtr()));
TreeTransform.h 6776 newTL.setAttr(newAttr);
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp 6677 TL.setAttr(ReadAttr());

Completed in 46 milliseconds