HomeSort by relevance Sort by last modified time
    Searched full:inline (Results 1 - 25 of 11773) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/DebugInfo/Inputs/
dwarfdump-test4-decl.h 0 inline void a(){}
dwarfdump-inl-test.h 0 inline int inlined_h() {
6 inline int inlined_g() {
  /external/valgrind/main/memcheck/tests/
inline.vgtest 1 prog: inline
  /external/clang/test/Modules/Inputs/
cxx-inline-namespace.h 2 inline namespace __1 {
8 inline namespace __1 {
irgen.h 1 static inline int triple(int x) { return x * 3; }
  /external/webkit/LayoutTests/fast/encoding/
yentest2-expected.txt 3 two backslashes inline: \
4 one backslash inline:
yentest-expected.txt 2 two backslashes inline: \
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/
p1.cpp 7 inline namespace b {} // inline original expected-warning {{inline namespaces are}}
8 inline namespace b {} // inline ext expected-warning {{inline namespaces are}}
9 inline namespace {} // inline unnamed expected-warning {{inline namespaces are}}
p7.cpp 4 inline namespace NIL {} // expected-error {{cannot be reopened as inline}}
5 inline namespace IL {} // expected-note {{previous definition}}
6 namespace IL {} // expected-warning{{inline namespace cannot be reopened as a non-inline namespace}}
9 inline namespace {} // expected-error {{cannot be reopened as inline}}
11 inline namespace {} // expected-note {{previous definition}}
12 namespace {} // expected-warning {{cannot be reopened as a non-inline namespace}}
  /external/clang/test/Preprocessor/Inputs/TestFramework.framework/Frameworks/AnotherTestFramework.framework/Headers/
AnotherTestFramework.h 1 static inline int another_test_framework_func(unsigned a) {
  /external/clang/test/ARCMT/Inputs/
test.h.result 6 static inline void part1(id p) {
11 static inline void part2(id p) {
  /external/clang/test/ARCMT/with space/
test.h.result 6 static inline void part1(id p) {
11 static inline void part2(id p) {
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.fct.spec/
p4.cpp 7 inline void f0(); // expected-error {{function definition cannot precede inline declaration}}
p3.cpp 4 inline void f1(); // expected-error {{inline declaration of 'f1' not allowed in block scope}}
11 // FIXME: Add test for "If the inline specifier is used in a friend declaration,
13 // been declared inline.
  /external/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/
ser.h 3 inline bool f1() {
6 inline bool f2() {
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-values/
gtkhtml 4 inline
5 inline-table
  /external/icu4c/layout/
GlyphPositionAdjustments.h 29 inline Adjustment();
30 inline Adjustment(float xPlace, float yPlace, float xAdv, float yAdv, le_int32 baseOff = -1);
31 inline ~Adjustment();
33 inline float getXPlacement() const;
34 inline float getYPlacement() const;
35 inline float getXAdvance() const;
36 inline float getYAdvance() const;
38 inline le_int32 getBaseOffset() const;
40 inline void setXPlacement(float newXPlacement);
41 inline void setYPlacement(float newYPlacement)
    [all...]
  /external/clang/test/CodeGen/
2006-09-25-DebugFilename.h 3 static inline int hfunc1()
  /external/clang/test/Index/Inputs/
preamble.h 0 inline int bar(int i) {
  /external/clang/test/Index/skip-parsed-bodies/
imported.h 3 static inline int imp_foo() {
t.h 10 inline int method_def2();
14 inline int NS::C::method_def2() {
18 static inline int foo1() {
24 static inline int foo2() {
  /external/clang/test/SemaCXX/
undefined-inline.cpp 5 inline void f(); // expected-warning{{inline function 'test1::f' is not defined}}
10 inline int f();
15 void f(); // expected-warning{{inline function 'test3::f' is not defined}}
16 inline void f();
21 inline void error_on_zero(int); // expected-warning{{inline function 'test4::error_on_zero' is not defined}}
22 inline void error_on_zero(char*) {}
32 struct X { inline void f(); }; // expected-warning{{inline function 'test6::X::f' is not defined}
    [all...]
  /external/kernel-headers/original/asm-generic/
emergency-restart.h 4 static inline void machine_emergency_restart(void)
  /external/linux-tools-perf/util/include/linux/
prefetch.h 4 static inline void prefetch(void *a __attribute__((unused))) { }
  /ndk/sources/host-tools/sed-4.2.1/lib/
se-context.in.h 7 static inline context_t context_new (char const *s _UNUSED_PARAMETER_)
9 static inline char *context_str (context_t con _UNUSED_PARAMETER_)
11 static inline void context_free (context_t c _UNUSED_PARAMETER_) {}
13 static inline int context_user_set (context_t sc _UNUSED_PARAMETER_,
16 static inline int context_role_set (context_t sc _UNUSED_PARAMETER_,
19 static inline int context_range_set (context_t sc _UNUSED_PARAMETER_,
22 static inline int context_type_set (context_t sc _UNUSED_PARAMETER_,

Completed in 1832 milliseconds

1 2 3 4 5 6 7 8 91011>>