Home
last modified time | relevance | path

Searched refs:Immutable (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64A57FPLoadBalancing.cpp233 void setKill(MachineInstr *MI, unsigned Idx, bool Immutable) { in setKill() argument
236 KillIsImmutable = Immutable; in setKill()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DObjectiveCLiterals.rst272 Immutable array expression:
282 Immutable dictionary expression:
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/math/
H A Doperations.d992 immutable F Immutable = 2; in testFeqrel() local
993 auto Compiles = feqrel(Const, Immutable); in testFeqrel()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dmath.d7325 immutable F Immutable = 2;
7326 auto Compiles = feqrel(Const, Immutable);