HomeSort by relevance Sort by last modified time
    Searched full:caller (Results 476 - 500 of 8335) sorted by null

<<11121314151617181920>>

  /external/llvm/test/CodeGen/X86/
seh-exception-code.ll 17 %cs = catchswitch within none [label %__except] unwind to caller
tail-dup-catchret.ll 11 %cs1 = catchswitch within none [label %catch] unwind to caller
wineh-exceptionpointer.ll 14 %cs1 = catchswitch within none [label %catch.body] unwind to caller
  /external/llvm/test/Instrumentation/MemorySanitizer/
byval-alignment.ll 13 define void @Caller() sanitize_memory {
  /external/llvm/test/Transforms/ArgumentPromotion/
aggregate-promote.ll 20 define i32 @caller() {
chained.ll 13 define i32 @caller(i32** %P) {
dbg.ll 13 define void @caller(i32** %Y) {
  /external/llvm/test/Transforms/IPConstantProp/
return-constant.ll 12 define i1 @caller(i1 %C) {
  /external/llvm/test/Transforms/Inline/
attributes.ll 38 ; * noattr callee is inlined into noattr caller,
39 ; * sanitize_(address|memory|thread) callee is not inlined into noattr caller,
77 ; * noattr callee is not inlined into sanitize_(address|memory|thread) caller,
78 ; * sanitize_(address|memory|thread) callee is inlined into the caller with the same attribute,
debug-invoke.ll 20 define void @caller() personality i8* bitcast (i32 (...)* @__gxx_personality_v0 to i8*) {
  /external/llvm/test/Transforms/Sink/
catchswitch.ll 13 %cs = catchswitch within none [label %catch] unwind to caller
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/
LZMA2Encoder.java 31 // Make a private copy so that the caller is free to change its copy.
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/command/
CommandHandler.java 33 * by the caller.
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/test/
LoggingUtil.java 46 * Log the specified message from the caller object.
47 * @param caller the calling object
50 public static void log(Object caller, Object message) {
52 String classNameNoPackage = getClassName(caller);
  /external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/core/command/
CommandHandler.java 33 * by the caller.
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/test/
LoggingUtil.java 46 * Log the specified message from the caller object.
47 * @param caller the calling object
50 public static void log(Object caller, Object message) {
52 String classNameNoPackage = getClassName(caller);
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
service_registry.hpp 51 // exists. Ownership of the service object is not transferred to the caller.
56 // object is retained by the caller.
106 // exists. Ownership of the service object is not transferred to the caller.
112 // object is retained by the caller.
  /external/selinux/checkpolicy/
queue.h 47 return to its caller.
  /external/selinux/libselinux/man/man3/
selabel_lookup.3 33 which must be freed by the caller using
  /external/selinux/libsemanage/man/man3/
semanage_bool_set_active.3 32 object, which will be written into the store. The key are data are properties of the caller, and are not stored or modified internally.
semanage_del.3 32 object, which will be deleted from the local store. The key is a property of the caller, and will not be stored or modified internally.
semanage_exists.3 32 The key is a property of the caller, and will not be stored or modified internally.
semanage_list.3 32 The array, and all its objects become property of the caller. Each object must be freed with
semanage_modify.3 34 object, which will be written into the store. The key are data are properties of the caller, and are not stored or modified internally.
  /external/selinux/libsemanage/src/
database.h 63 * of the caller, and will not be modified by the database.
64 * In add/set/modify, the data is also property of the caller */
99 * becomes property of the caller, and
138 * Note: The list returned becomes property of the caller,

Completed in 264 milliseconds

<<11121314151617181920>>