HomeSort by relevance Sort by last modified time
    Searched refs:fun (Results 1 - 25 of 705) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGenCXX/
2003-12-08-ArrayOfPtrToMemberFunc.cpp 4 void fun ();
8 static memfunptr jumpTable[] = { &Evil::fun };
10 void Evil::fun() { function in class:Evil
PR19955.cpp 5 extern void __declspec(dllimport) fun();
13 void (*funp)() = &fun;
24 // CHECK-DAG: store void ()* @"\01?fun@@YAXXZ", void ()** @"\01?funp@@3P6AXXZA"
27 // X64-DAG: store void ()* @"\01?fun@@YAXXZ", void ()** @"\01?funp@@3P6AXXZEA"
  /external/clang/test/SemaCXX/
PR19955.cpp 7 extern __attribute__((dllimport)) void fun();
8 constexpr void (*funp)(void) = &fun; // expected-error {{must be initialized by a constant expression}}
12 S<&fun> x;
writable-strings-deprecated.cpp 14 char *fun(void) function
  /external/valgrind/
glibc-2.X-drd.supp 30 fun:write
35 fun:random_r
36 fun:random
52 # fun:_ZNSsC1ERKSs
58 fun:pthread_cond_broadcast@*
59 fun:__cxa_guard_release
71 fun:pthread_create*
76 fun:pthread_join
77 fun:pthread_join
83 fun:__deallocate_stac
    [all...]
  /external/python/cpython2/Misc/
valgrind-python.supp 22 fun:Py_ADDRESS_IN_RANGE
28 fun:Py_ADDRESS_IN_RANGE
34 fun:Py_ADDRESS_IN_RANGE
40 fun:Py_ADDRESS_IN_RANGE
52 fun:malloc
53 fun:PyThread_allocate_lock
54 fun:PyEval_InitThreads
60 fun:malloc
61 fun:PyThread_allocate_lock
62 fun:PyEval_ReInitThread
    [all...]
  /external/clang/test/PCH/
struct.c 15 return fun->is_ptr? fun->ptr : 0;
26 int *int_ptr_fail = &fun->is_ptr; // expected-error{{address of bit-field requested}}
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
vbp_trace.c 14 void vbp_trace_util(const char* cat, const char* fun, int line, const char* format, ...)
16 if (NULL == cat || NULL == fun || NULL == format)
19 printf("%s %s(#%d): ", cat, fun, line);
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderTrace.cpp 23 void TraceVideoDecoder(const char* cat, const char* fun, int line, const char* format, ...)
25 if (NULL == cat || NULL == fun || NULL == format)
28 printf("%s %s(#%d): ", cat, fun, line);
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
shift_test.go 13 fun := makeConstShiftFunc(c, 18, OpLsh64x64, TypeUInt64)
14 checkOpcodeCounts(t, fun.f, map[Op]int{OpAMD64SHLQconst: 1, OpAMD64CMPQconst: 0, OpAMD64ANDQconst: 0})
15 fun.f.Free()
16 fun = makeConstShiftFunc(c, 66, OpLsh64x64, TypeUInt64)
17 checkOpcodeCounts(t, fun.f, map[Op]int{OpAMD64SHLQconst: 0, OpAMD64CMPQconst: 0, OpAMD64ANDQconst: 0})
18 fun.f.Free()
19 fun = makeConstShiftFunc(c, 18, OpRsh64Ux64, TypeUInt64)
20 checkOpcodeCounts(t, fun.f, map[Op]int{OpAMD64SHRQconst: 1, OpAMD64CMPQconst: 0, OpAMD64ANDQconst: 0})
21 fun.f.Free()
22 fun = makeConstShiftFunc(c, 66, OpRsh64Ux64, TypeUInt64
    [all...]
deadcode_test.go 15 fun := Fun(c, "entry",
27 CheckFunc(fun.f)
28 Deadcode(fun.f)
29 CheckFunc(fun.f)
31 for _, b := range fun.f.Blocks {
32 if b == fun.blocks["deadblock"] {
36 if v == fun.values["deadval"] {
45 fun := Fun(c, "entry"
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
shift_test.go 13 fun := makeConstShiftFunc(c, 18, OpLsh64x64, TypeUInt64)
14 checkOpcodeCounts(t, fun.f, map[Op]int{OpAMD64SHLQconst: 1, OpAMD64CMPQconst: 0, OpAMD64ANDQconst: 0})
15 fun.f.Free()
16 fun = makeConstShiftFunc(c, 66, OpLsh64x64, TypeUInt64)
17 checkOpcodeCounts(t, fun.f, map[Op]int{OpAMD64SHLQconst: 0, OpAMD64CMPQconst: 0, OpAMD64ANDQconst: 0})
18 fun.f.Free()
19 fun = makeConstShiftFunc(c, 18, OpRsh64Ux64, TypeUInt64)
20 checkOpcodeCounts(t, fun.f, map[Op]int{OpAMD64SHRQconst: 1, OpAMD64CMPQconst: 0, OpAMD64ANDQconst: 0})
21 fun.f.Free()
22 fun = makeConstShiftFunc(c, 66, OpRsh64Ux64, TypeUInt64
    [all...]
deadcode_test.go 15 fun := Fun(c, "entry",
27 CheckFunc(fun.f)
28 Deadcode(fun.f)
29 CheckFunc(fun.f)
31 for _, b := range fun.f.Blocks {
32 if b == fun.blocks["deadblock"] {
36 if v == fun.values["deadval"] {
45 fun := Fun(c, "entry"
    [all...]
  /external/libyuv/files/tools/ubsan/
vptr_blacklist.txt 14 fun:*LifecycleNotifier*addObserver*
15 fun:*LifecycleNotifier*removeObserver*
16 fun:*toWebInputElement*
36 fun:*DoublyLinkedListNode*
40 fun:*content*RenderFrameObserverTracker*RenderFrame*
43 fun:*content*RenderViewObserverTracker*RenderView*
48 fun:*DatabaseContext*contextDestroyed*
57 fun:*RefCountedGarbageCollected*makeKeepAlive*
58 fun:*ThreadSafeRefCountedGarbageCollected*makeKeepAlive*
66 fun:*content*RenderThreadImplD
    [all...]
blacklist.txt 20 # fun:*v8*internal*FastD2I*
21 # fun:*v8*internal*ComputeIntegerHash*
22 # fun:*v8*internal*ComputeLongHash*
23 # fun:*v8*internal*ComputePointerHash*
28 # fun:*JsonParser*ParseJsonNumber*
34 # fun:*v8*internal*HPositionInfo*TagPosition*
35 # fun:*v8*internal*Range*Shl*
36 # fun:*v8*internal*RelocInfoWriter*WriteTaggedData*
45 fun:*hashEntry*
46 fun:*LocaleCacheKey*hashCode
    [all...]
  /frameworks/support/room/compiler/src/main/kotlin/android/arch/persistence/room/solver/types/
CursorValueReader.kt 28 fun affinity() : SQLTypeAffinity
29 fun typeMirror() : TypeMirror
30 fun readFromCursor(outVarName : String, cursorVarName: String, indexVarName: String,
  /frameworks/support/room/compiler/src/main/kotlin/android/arch/persistence/room/parser/
ParserErrors.kt 25 fun invalidQueryType(type: QueryType): String {
30 fun cannotUseVariableIndices(name: String, position: Int) = "Cannot use variable indices." +
  /frameworks/support/room/integration-tests/kotlintestapp/src/androidTest/java/android/arch/persistence/room/integration/kotlintestapp/dao/
BooksDao.kt 37 fun addPublishers(vararg publishers: Publisher)
40 fun addAuthors(vararg authors: Author)
43 fun getAuthor(authorId: String): Author
46 fun addBooks(vararg books: Book)
49 fun addBookAuthors(vararg bookAuthors: BookAuthor)
52 fun getBook(bookId: String): Book
57 fun getBooksMultiLineQuery(bookIds: List<String>): List<Book>
60 fun getBookLiveData(bookId: String): LiveData<Book>
63 fun getBookFlowable(bookId: String): Flowable<Book>
66 fun getBookSingle(bookId: String): Single<Book
    [all...]
  /frameworks/support/lifecycle/compiler/src/tests/kotlin/android/arch/lifecycle/
ValidCasesTest.kt 30 fun testTest() {
35 fun testOnAny() {
42 fun testInheritance() {
47 fun testInheritance2() {
57 fun testInheritance3() {
67 fun testNoPackageClass() {
72 fun testInterface1(){
77 fun testInterface2() {
89 fun testInheritanceDifferentPackages1() {
100 fun testInheritanceDifferentPackages2()
    [all...]
  /developers/build/prebuilts/gradle/RuntimePermissions/kotlinApp/app/src/main/java/com/example/android/system/runtimepermissions/extensions/
AppCompatActivityExts.kt 22 fun AppCompatActivity.isPermissionGranted(permission: String) =
25 fun AppCompatActivity.shouldShowPermissionRationale(permission: String) =
28 fun AppCompatActivity.requestPermission(permission: String, requestId: Int) =
31 fun AppCompatActivity.batchRequestPermissions(permissions: Array<String>, requestId: Int) =
CollectionsExts.kt 18 fun IntArray.containsOnly(num: Int): Boolean = filter { it == num }.isNotEmpty(
  /developers/samples/android/system/RuntimePermissions/kotlinApp/app/src/main/java/com/example/android/system/runtimepermissions/extensions/
AppCompatActivityExts.kt 22 fun AppCompatActivity.isPermissionGranted(permission: String) =
25 fun AppCompatActivity.shouldShowPermissionRationale(permission: String) =
28 fun AppCompatActivity.requestPermission(permission: String, requestId: Int) =
31 fun AppCompatActivity.batchRequestPermissions(permissions: Array<String>, requestId: Int) =
CollectionsExts.kt 18 fun IntArray.containsOnly(num: Int): Boolean = filter { it == num }.isNotEmpty(
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
p4.cpp 16 template<typename S> void fun(const int* const S::* member) {} function in namespace:PR12132
19 fun(&A::x);
  /external/clang/test/CodeGen/
2009-01-05-BlockInlining.c 10 static int fun(int x) { function
24 print(fun(x));

Completed in 1199 milliseconds

1 2 3 4 5 6 7 8 91011>>