Home
last modified time | relevance | path

Searched refs:freeFunction (Results 1 – 2 of 2) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowNativeAllocationRegistry.java24 ClassLoader classLoader, long freeFunction, long size) { in createMalloced() argument
27 ClassParameter.from(long.class, freeFunction), in createMalloced()
33 ClassLoader classLoader, long freeFunction) { in createMalloced() argument
36 ClassParameter.from(long.class, freeFunction)); in createMalloced()
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dbugprone-assert-side-effect.cpp60 bool freeFunction() { in freeFunction() function
84 assert(freeFunction()); in main()