/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | __clang_hip_libdevice_declares.h | 23 __device__ __attribute__((pure)) float __ocml_acosh_f32(float); 25 __device__ __attribute__((pure)) float __ocml_asinh_f32(float); 28 __device__ __attribute__((pure)) float __ocml_atanh_f32(float); 29 __device__ __attribute__((pure)) float __ocml_cbrt_f32(float); 35 __device__ __attribute__((pure)) __device__ float __ocml_cosh_f32(float); 39 __device__ __attribute__((pure)) float __ocml_erfc_f32(float); 40 __device__ __attribute__((pure)) float __ocml_erfcinv_f32(float); 41 __device__ __attribute__((pure)) float __ocml_erfcx_f32(float); 42 __device__ __attribute__((pure)) float __ocml_erf_f32(float); 43 __device__ __attribute__((pure)) float __ocml_erfinv_f32(float); [all …]
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | netbsd | 47 0 name netbsd-pure 60 0 belong&0377777777 041400410 a.out NetBSD/i386 pure 61 >0 use netbsd-pure 72 0 belong&0377777777 041600410 a.out NetBSD/m68k pure 73 >0 use \^netbsd-pure 84 0 belong&0377777777 042000410 a.out NetBSD/m68k4k pure 85 >0 use \^netbsd-pure 96 0 belong&0377777777 042200410 a.out NetBSD/ns32532 pure 97 >0 use netbsd-pure 111 0 belong&0377777777 042400410 a.out NetBSD/SPARC pure [all …]
|
H A D | ncr | 13 >20 beshort 0410 pure executable 18 >20 beshort 0410 pure executable 23 >20 beshort 0410 pure executable 28 >20 beshort 0410 pure executable 33 >20 beshort 0410 pure executable 40 >20 beshort 0413 pure executable 47 >20 beshort 0413 pure executable
|
H A D | ibm370 | 6 # "ibm370" said that 0x15d == 0535 was "ibm 370 pure executable". 14 # 0 short 0530 370 sysV pure executable 25 0 beshort 0532 370 XA sysV pure executable 29 0 beshort 054001 370 sysV pure executable 31 0 beshort 055001 370 XA sysV pure executable 40 0 beshort 0534 SVR2 pure executable (Amdahl-UTS) 43 0 beshort 0530 SVR2 pure executable (USS/370)
|
H A D | unknown | 7 # (executable, pure, and split I&D, respectively), but the PDP-11 version 23 #0 short 0x108 unknown pure executable 29 #0 short 0x10b unknown pure executable 32 0 long 0x10c unknown demand paged pure executable 34 0 long 0x10e unknown readable demand paged pure executable
|
H A D | aout | 22 0 lelong 0410 a.out little-endian 32-bit pure executable 26 0 lelong 0413 a.out little-endian 32-bit demand paged pure executable 41 0 belong 0410 a.out big-endian 32-bit pure executable
|
H A D | pdp | 34 0 leshort 0410 PDP-11 pure executable 45 0 leshort 0413 PDP-11 demand-paged pure executable 48 0 leshort 0430 PDP-11 overlaid pure executable
|
H A D | pyramid | 9 0 long 0x50900108 Pyramid 90x family pure executable 11 0 long 0x5090010b Pyramid 90x family demand paged pure executable
|
H A D | freebsd | 16 # Regardless of whether it's pure, demand-paged, or none of the 30 # If it's neither pure nor demand-paged: 43 # If it's pure: 87 0 lelong&0377777777 041400410 FreeBSD/i386 pure
|
H A D | vax | 13 0 lelong 0420 a.out VAX demand paged (first page unmapped) pure executable 29 >2 uleshort <100 VAX COFF pure executable, sections %d
|
H A D | bsdi | 9 0 lelong 0314 i386 compact demand paged pure executable 28 0 belong&077777777 0600410 SPARC pure
|
H A D | xenix | 80 >0x1e leshort &0x4 pure 130 #>0x1e leshort &0x4 \b, pure text 149 >0x3 byte &0x2 pure 161 >0x1e leshort &0x4 pure
|
H A D | fsav | 63 # for pure tar database only cld extension found 93 # ./archive handle pure tar archives 96 # not pure tar
|
H A D | sun | 21 0 belong&077777777 0600410 a.out SunOS SPARC pure 39 0 belong&077777777 0400410 a.out SunOS mc68020 pure 57 0 belong&077777777 0200410 a.out SunOS mc68010 pure
|
H A D | clipper | 34 >20 short 0411 (pure) 45 >20 short 0410 (pure)
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | OpenCLBuiltins.td | 306 list<bit> Pure = [1, 0, 0]; 321 // Function attribute __attribute__((pure)) 852 … def : Builtin<name, [VectorType<Char, VSize>, Size, PointerType<ConstType<Char>, AS>], Attr.Pure>; 853 …ef : Builtin<name, [VectorType<UChar, VSize>, Size, PointerType<ConstType<UChar>, AS>], Attr.Pure>; 854 …ef : Builtin<name, [VectorType<Short, VSize>, Size, PointerType<ConstType<Short>, AS>], Attr.Pure>; 855 … : Builtin<name, [VectorType<UShort, VSize>, Size, PointerType<ConstType<UShort>, AS>], Attr.Pure>; 856 … def : Builtin<name, [VectorType<Int, VSize>, Size, PointerType<ConstType<Int>, AS>], Attr.Pure>; 857 … def : Builtin<name, [VectorType<UInt, VSize>, Size, PointerType<ConstType<UInt>, AS>], Attr.Pure>; 858 … def : Builtin<name, [VectorType<Long, VSize>, Size, PointerType<ConstType<Long>, AS>], Attr.Pure>; 859 …ef : Builtin<name, [VectorType<ULong, VSize>, Size, PointerType<ConstType<ULong>, AS>], Attr.Pure>; [all …]
|
/freebsd/contrib/llvm-project/lld/docs/ |
H A D | missingkeyfunction.rst | 11 non-pure, non-inline, virtual function), but you haven't actually defined it. 19 When a class has no non-pure, non-inline, virtual functions, there is no key 40 Here, ``~B`` is the first non-pure, non-inline, virtual function, so it is the key 53 Forgetting to declare a virtual function in an abstract class as pure 69 functions pure. Here, ``A::bar``, being non-pure, is nominated as the key function,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsFixupKinds.h | 28 // Pure 32 bit data fixup resulting in - R_MIPS_32. 37 // Pure upper 16 bit fixup resulting in - R_MIPS_HI16. 40 // Pure lower 16 bit fixup resulting in - R_MIPS_LO16. 67 // Pure 64 bit data fixup resulting in - R_MIPS_64.
|
/freebsd/contrib/byacc/test/ |
H A D | run_make.sh | 94 # Bison does not support pure-parser from command-line. 103 if test -z "`$FGREP -i -l '%pure-parser' "$input"`" 105 echo "%pure-parser" >>run_make.y 164 if $FGREP -i '%pure-parser' "$input" >/dev/null ||
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | DataBuffer.h | 22 /// A pure virtual protocol class for abstracted read only data buffers. 35 /// All subclasses must override all of the pure virtual functions as they are 82 /// A pure virtual protocol class for abstracted writable data buffers. 95 /// and be downcast to the DataBuffer pure virtual interface. The virtual
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_stacktrace_printer.h | 34 // Should be pure virtual, but we can't depend on __cxa_pure_virtual. 39 // Should be pure virtual, but we can't depend on __cxa_pure_virtual. in RenderNeedsSymbolization() 53 // Should be pure virtual, but we can't depend on __cxa_pure_virtual.
|
/freebsd/contrib/libcxxrt/ |
H A D | auxhelper.cc | 73 * Compilers may (but are not required to) set any pure-virtual function's 76 * called a pure-virtual function.
|
/freebsd/contrib/wpa/src/drivers/ |
H A D | drivers.mk | 79 ##### PURE AP DRIVERS 98 ##### PURE CLIENT DRIVERS
|
H A D | drivers.mak | 85 ##### PURE AP DRIVERS 107 ##### PURE CLIENT DRIVERS
|
/freebsd/crypto/openssl/crypto/ |
H A D | o_fopen.c | 47 * pure ASCII string; b) actual UTF-8 encoded string and in openssl_fopen() 50 * If filename is pure ASCII or real UTF-8 encoded string, in openssl_fopen()
|