HomeSort by relevance Sort by last modified time
    Searched full:foo2 (Results 276 - 300 of 432) sorted by null

<<1112131415161718

  /external/eigen/Eigen/src/Core/
Ref.h 39 * void foo2(const Ref<const VectorXf>& x);
56 * foo2(A.row()); // The row is copied into a contiguous temporary
57 * foo2(2*a); // The expression is evaluated into a temporary
58 * foo2(A.col().segment(2,4)); // No temporary
  /external/llvm/test/Analysis/BlockFrequencyInfo/
nested_loop_with_branches.ll 52 declare i1 @foo2(i32)
  /external/llvm/test/CodeGen/X86/
sibcall-5.ll 44 define hidden { double, double } @foo2(%0* %self, i8* nocapture %_cmd) uwtable optsize ssp {
x86-setcc-int-to-fp-combine.ll 44 define void @foo2(<4 x float>* noalias %result) nounwind {
50 ; CHECK-LABEL: foo2:
  /external/llvm/test/TableGen/
MultiClassInherit.td 81 defm FOO2 : s2<99>;
  /external/llvm/test/Transforms/InstCombine/
2011-05-28-swapmulsub.ll 22 define zeroext i16 @foo2(i32 %on_off, i32 %q) nounwind uwtable ssp {
  /ndk/sources/android/crazy_linker/tests/
Android.mk 15 LOCAL_SRC_FILES := foo2.cpp
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/
dump.py 30 "INSERT INTO \"t1\" VALUES(2,'foo2',30,30);"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/
dump.py 30 "INSERT INTO \"t1\" VALUES(2,'foo2',30,30);"
  /external/clang/test/SemaCXX/
warn-thread-safety-analysis.cpp 568 LateFoo Foo2;
632 BarA.Foo2.a = 2; // \
633 // expected-warning{{writing variable 'a' requires holding mutex 'BarA.Foo2.mu' exclusively}} \
1650 void foo2() { function in struct:test_scoped_lockable::TestScopedLockable
1720 void foo2() { function in struct:TryLockTest::TestTryLock
3692 void Foo::foo2() { function in class:MultipleAttributeTest::Foo
4816 foo + foo2; \/\/ expected-warning {{reading variable 'foo' requires holding mutex 'mu'}} \\ local
4818 foo \/ foo2; \/\/ expected-warning {{reading variable 'foo' requires holding mutex 'mu'}} \\ local
4820 foo * foo2; \/\/ expected-warning {{reading variable 'foo' requires holding mutex 'mu'}} \\ local
    [all...]
  /external/chromium-trace/trace-viewer/third_party/Paste/tests/
test_template.txt 63 >>> t = Template('{{for x}}', name='foo2.html')
66 TemplateError: Bad for (no "in") in 'x' at line 1 column 3 in foo2.html
  /external/clang/test/CodeGen/
asm.c 5 __asm__ ("foo2");
8 // CHECK-NEXT: module asm "foo2"
pragma-weak.c 12 // CHECK-DAG: @foo2 = weak alias void ()* @__foo2
47 #pragma weak foo2 = __foo2 macro
  /external/clang/test/Index/
index-refs.cpp 29 void foo2(S &s) { function
90 // CHECK: [indexDeclaration]: kind: function | name: foo2
  /external/clang/test/Index/skip-parsed-bodies/
compile_commands.json 46 // CHECK-NEXT: [indexDeclaration]: kind: function | name: foo2 | {{.*}} | isRedecl: 0 | isDef: 1 | isContainer: 1
65 // CHECK-NEXT: [indexDeclaration]: kind: function | name: foo2 | {{.*}} | isRedecl: 0 | isDef: 1 | isContainer: skipped
  /external/clang/test/SemaObjC/
arc-property-lifetime.m 182 @interface Foo2 {
188 @implementation Foo2
  /external/clang/test/SemaOpenCL/
cond.cl 127 int foo2(int);
131 return (unsigned int)(C ? foo1 : foo2); // expected-error {{taking address of function is not allowed}}
  /external/compiler-rt/test/asan/TestCases/
coverage-caller-callee.cc 28 struct Foo2 : Foo {virtual void f() {if (P) printf("%d\n", __LINE__);}};
48 new Foo, new Foo1, new Foo2, new Foo3, new Foo4, new Foo5, new Foo6,
  /external/deqp/modules/gles2/scripts/
gen-qualification_order.py 59 float foo2 (${{PARAMETER2}})
70 foo2(result);
  /external/deqp/modules/gles3/scripts/
gen-qualification_order.py 65 float foo2 (${{PARAMETER2}})
76 foo2(result);
  /external/llvm/test/Analysis/BasicAA/
pr18573.ll 32 define <8 x float> @foo2(i8* noalias readonly %arr.ptr, <8 x i32>* noalias readonly %vix.ptr, i8* noalias %t2.ptr) #1 {
45 ; CHECK: foo2
  /external/llvm/test/CodeGen/AArch64/
arm64-stur.ll 13 define void @foo2(i16* %p, i64 %val) nounwind {
14 ; CHECK-LABEL: foo2:
  /external/llvm/test/CodeGen/Mips/
alloca.ll 15 call void @foo2(double 1.000000e+00, double 2.000000e+00, i32 3) nounwind
22 declare void @foo2(double, double, i32)
  /external/llvm/test/CodeGen/PowerPC/
ctrloop-i64.ll 28 define i64 @foo2(i64* nocapture %n, i64 %d) nounwind readonly {
47 ; CHECK: @foo2
  /external/llvm/test/MC/ELF/
tls-i386.s 6 movl foo2@GOTNTPOFF(%eax), %eax
30 // CHECK-NEXT: Name: foo2

Completed in 6800 milliseconds

<<1112131415161718