HomeSort by relevance Sort by last modified time
    Searched defs:personality (Results 51 - 64 of 64) sorted by null

1 23

  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/linux/raid/
md_u.h 98 int personality; member in struct:mdu_param_s
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/linux/
personality.h 77 #define personality(pers) (pers & PER_MASK) macro
79 #define get_personality (current->personality)
81 #define set_personality(pers) ((current->personality == pers) ? 0 : __set_personality(pers))
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/linux/raid/
md_u.h 98 int personality; member in struct:mdu_param_s
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/linux/
personality.h 77 #define personality(pers) (pers & PER_MASK) macro
79 #define get_personality (current->personality)
81 #define set_personality(pers) ((current->personality == pers) ? 0 : __set_personality(pers))
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/linux/raid/
md_u.h 98 int personality; member in struct:mdu_param_s
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/
personality.h 77 #define personality(pers) (pers & PER_MASK) macro
79 #define get_personality (current->personality)
81 #define set_personality(pers) ((current->personality == pers) ? 0 : __set_personality(pers))
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/raid/
md_u.h 98 int personality; member in struct:mdu_param_s
  /external/llvm/test/Bindings/Ocaml/
vmcore.ml 872 let personality = declare_function "__gxx_personality_v0" ft m in var
880 let lp = build_landingpad rt personality 0 "lpad"
889 (* RUN: grep "landingpad.*personality.*__gxx_personality_v0" < %t.ll
    [all...]
  /external/clang/lib/CodeGen/
CGException.cpp 145 /// The exceptions personality for a function.
149 // If this is non-null, this personality requires a non-standard
198 /// Determines the personality function to use when both C++
201 // The ObjC personality defers to the C++ personality for non-ObjC
202 // handlers. Unlike the C++ case, we use the same personality
214 // The GNU runtime's personality function inherently doesn't support
215 // mixed EH. Use the C++ personality just to avoid returning null.
231 const EHPersonality &Personality) {
234 Personality.PersonalityFn)
754 const EHPersonality &personality = EHPersonality::get(getLangOpts()); local
    [all...]
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp 787 /// This is the personality function which is embedded (dwarf emitted), in the
824 // The real work of the personality function is captured here
1239 llvm::Function *personality = module.getFunction("ourPersonality"); local
    [all...]
  /external/kernel-headers/original/linux/
sched.h 818 unsigned long personality; member in struct:task_struct
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree.h 3387 tree personality; variable
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree.h 3387 tree personality; variable
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree.h 3387 tree personality; variable
    [all...]

Completed in 1095 milliseconds

1 23