Home
last modified time | relevance | path

Searched refs:__const__ (Results 1 – 16 of 16) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/validation/
Dinteger-const-expr.c3 static inline __attribute__((__const__)) unsigned squarec(unsigned n) in squarec()
18 static inline __attribute__((__const__)) unsigned long long bignumc(void) in bignumc()
Dreserved.c7 static int (__const__); variable
/third_party/libunwind/libunwind/include/
Dcompiler.h34 # define CONST_ATTR __attribute__((__const__))
/third_party/musl/include/sys/linux/
Dcdefs.h79 #define __attribute_const__ __attribute__((__const__))
/third_party/musl/porting/linux/user/include/sys/
Dcdefs.h79 #define __attribute_const__ __attribute__((__const__))
/third_party/FreeBSD/sys/sys/
Dcdefs.h209 #define __pure2 __attribute__((__const__))
215 #define __pure2 __attribute__((__const__))
/third_party/elfutils/libelf/
Dlibelf.h71 # define __const_attribute__ __attribute__ ((__const__))
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCompiler.h165 #define LLVM_READNONE __attribute__((__const__))
/third_party/mesa3d/src/util/
Dmacros.h144 #define ATTRIBUTE_CONST __attribute__((__const__))
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DCompiler.h201 #define LLVM_READNONE __attribute__((__const__))
/third_party/mesa3d/docs/relnotes/
D22.2.1.rst223 - util: Disable usage of __attribute__((__const__)) when the compiler is clang
/third_party/elfutils/tests/
Drun-dwarf-getmacros.sh609 __attribute_const__ __attribute__ ((__const__))
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp6099 throw () __attribute__ ((__const__));
6102 throw () __attribute__ ((__const__));
6106 throw () __attribute__ ((__const__));
6647 extern int abs (int __x) throw () __attribute__ ((__const__)) ;
6648 extern long int labs (long int __x) throw () __attribute__ ((__const__)) ;
6653 throw () __attribute__ ((__const__)) ;
6662 throw () __attribute__ ((__const__)) ;
6664 throw () __attribute__ ((__const__)) ;
6671 throw () __attribute__ ((__const__)) ;
7153 extern int ffs (int __i) throw () __attribute__ ((__const__));
[all …]
/third_party/json/include/nlohmann/thirdparty/hedley/
Dhedley.hpp1495 #define JSON_HEDLEY_CONST __attribute__((__const__))
/third_party/json/tests/abi/include/nlohmann/
Djson_v3_10_5.hpp1674 #define JSON_HEDLEY_CONST __attribute__((__const__))
/third_party/json/single_include/nlohmann/
Djson.hpp1811 #define JSON_HEDLEY_CONST __attribute__((__const__))