/external/llvm/test/Transforms/SafeStack/ |
debug-loc2.ll | 10 ; Function Attrs: noinline safestack uwtable 55 attributes #0 = { noinline safestack uwtable "disable-tail-calls"="false" "less-precise-fpmad"="false" "no-frame-pointer-elim"="false" "no-infs-fp-math"="false" "no-jump-tables"="false" "no-nans-fp-math"="false" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+fxsr,+mmx,+sse,+sse2,+x87" "unsafe-fp-math"="false" "use-soft-float"="false" }
|
/external/python/cpython2/Include/ |
pymath.h | 163 __declspec(noinline) 165 __attribute__((noinline))
|
/external/python/cpython3/Include/ |
pymath.h | 167 __declspec(noinline) 169 __attribute__((noinline))
|
/external/skia/include/core/ |
SkPostConfig.h | 282 # define SK_NEVER_INLINE __declspec(noinline) 284 # define SK_NEVER_INLINE SK_ATTRIBUTE(noinline)
|
/external/skqp/include/core/ |
SkPostConfig.h | 282 # define SK_NEVER_INLINE __declspec(noinline) 284 # define SK_NEVER_INLINE SK_ATTRIBUTE(noinline)
|
/external/valgrind/memcheck/tests/amd64/ |
fxsave-amd64.c | 17 __attribute__((noinline)) 30 __attribute__((noinline))
|
/external/valgrind/none/tests/ |
libvex_test.c | 56 // noinline, as this function is also the one we decode. 57 __attribute__((noinline)) static void get_guest_arch(VexArch *ga)
|
/external/compiler-rt/lib/msan/tests/ |
msan_test.cc | 132 #define NOINLINE __attribute__((noinline)) 208 template<class T> NOINLINE T ReturnPoisoned() { return *GetPoisoned<T>(); } 293 NOINLINE void Arg1ExpectUMR(S4 a1) { EXPECT_POISONED(a1); } 294 NOINLINE void Arg2ExpectUMR(S4 a1, S4 a2) { EXPECT_POISONED(a2); } 295 NOINLINE void Arg3ExpectUMR(S1 a1, S4 a2, S8 a3) { EXPECT_POISONED(a3); } 456 NOINLINE static int GetPoisonedZero() { 480 NOINLINE void StackTestFunc() { 506 NOINLINE void StackStressFunc() { 559 NOINLINE [all...] |
/art/benchmark/const-class/src/ |
ConstClassBenchmark.java | [all...] |
/external/mesa3d/src/mapi/glapi/gen/ |
gl_XML.py | 235 """Conditionally define `NOINLINE' function attribute. 237 Conditionally defines a preprocessor macro `NOINLINE' that 238 wraps GCC's `noinline' function attribute. The conditional 245 self.undef_list.append("NOINLINE") 247 # define NOINLINE __attribute__((noinline)) 249 # define NOINLINE [all...] |
glX_proto_send.py | 218 print """NOINLINE CARD32 243 NOINLINE void 287 NOINLINE FASTCALL GLubyte * 302 NOINLINE FASTCALL GLubyte * 481 print """static FASTCALL NOINLINE void [all...] |
/external/llvm/include/llvm/Support/ |
Compiler.h | 185 #if __has_attribute(noinline) || LLVM_GNUC_PREREQ(3, 4, 0) 186 #define LLVM_ATTRIBUTE_NOINLINE __attribute__((noinline)) 188 #define LLVM_ATTRIBUTE_NOINLINE __declspec(noinline)
|
/external/llvm/test/Transforms/LoopReroll/ |
indvar_with_ext.ll | 61 ; Function Attrs: noinline norecurse nounwind 103 ; Function Attrs: noinline norecurse nounwind 145 ; Function Attrs: noinline norecurse nounwind
|
/external/protobuf/src/google/protobuf/ |
message.cc | 489 // Note: force noinline to workaround MSVC 2015 compiler bug, issue #240 498 // Note: force noinline to workaround MSVC 2015 compiler bug, issue #240 507 // Note: force noinline to workaround MSVC 2015 compiler bug, issue #240
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
Attributes.h | 48 const Attributes NoInline = 1<<11; ///< inline=never 93 NoInline | AlwaysInline | OptimizeForSize | StackProtect | StackProtectReq | 105 NoInline | AlwaysInline
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
Compiler.h | 187 #if __has_attribute(noinline) || LLVM_GNUC_PREREQ(3, 4, 0) 188 #define LLVM_ATTRIBUTE_NOINLINE __attribute__((noinline)) 190 #define LLVM_ATTRIBUTE_NOINLINE __declspec(noinline)
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/ |
Compiler.h | 187 #if __has_attribute(noinline) || LLVM_GNUC_PREREQ(3, 4, 0) 188 #define LLVM_ATTRIBUTE_NOINLINE __attribute__((noinline)) 190 #define LLVM_ATTRIBUTE_NOINLINE __declspec(noinline)
|
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/ |
Compiler.h | 181 #if __has_attribute(noinline) || LLVM_GNUC_PREREQ(3, 4, 0) 182 #define LLVM_ATTRIBUTE_NOINLINE __attribute__((noinline)) 184 #define LLVM_ATTRIBUTE_NOINLINE __declspec(noinline)
|
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/ |
Compiler.h | 181 #if __has_attribute(noinline) || LLVM_GNUC_PREREQ(3, 4, 0) 182 #define LLVM_ATTRIBUTE_NOINLINE __attribute__((noinline)) 184 #define LLVM_ATTRIBUTE_NOINLINE __declspec(noinline)
|
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/ |
Compiler.h | 181 #if __has_attribute(noinline) || LLVM_GNUC_PREREQ(3, 4, 0) 182 #define LLVM_ATTRIBUTE_NOINLINE __attribute__((noinline)) 184 #define LLVM_ATTRIBUTE_NOINLINE __declspec(noinline)
|
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/ |
Compiler.h | 181 #if __has_attribute(noinline) || LLVM_GNUC_PREREQ(3, 4, 0) 182 #define LLVM_ATTRIBUTE_NOINLINE __attribute__((noinline)) 184 #define LLVM_ATTRIBUTE_NOINLINE __declspec(noinline)
|
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/ |
Compiler.h | 181 #if __has_attribute(noinline) || LLVM_GNUC_PREREQ(3, 4, 0) 182 #define LLVM_ATTRIBUTE_NOINLINE __attribute__((noinline)) 184 #define LLVM_ATTRIBUTE_NOINLINE __declspec(noinline)
|
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/ |
Compiler.h | 181 #if __has_attribute(noinline) || LLVM_GNUC_PREREQ(3, 4, 0) 182 #define LLVM_ATTRIBUTE_NOINLINE __attribute__((noinline)) 184 #define LLVM_ATTRIBUTE_NOINLINE __declspec(noinline)
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/ |
Compiler.h | 187 #if __has_attribute(noinline) || LLVM_GNUC_PREREQ(3, 4, 0) 188 #define LLVM_ATTRIBUTE_NOINLINE __attribute__((noinline)) 190 #define LLVM_ATTRIBUTE_NOINLINE __declspec(noinline)
|
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/ |
Compiler.h | 181 #if __has_attribute(noinline) || LLVM_GNUC_PREREQ(3, 4, 0) 182 #define LLVM_ATTRIBUTE_NOINLINE __attribute__((noinline)) 184 #define LLVM_ATTRIBUTE_NOINLINE __declspec(noinline)
|