HomeSort by relevance Sort by last modified time
    Searched refs:Thunk (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/ui/base/glib/
glib_signal.h 24 static RETURN METHOD ## Thunk(SENDER sender, gpointer userdata) { \
31 static RETURN METHOD ## Thunk(SENDER sender, ARG1 one, \
39 static RETURN METHOD ## Thunk(SENDER sender, ARG1 one, ARG2 two, \
47 static RETURN METHOD ## Thunk(SENDER sender, ARG1 one, ARG2 two, \
57 static RETURN METHOD ## Thunk(SENDER sender, ARG1 one, ARG2 two, \
68 static RETURN METHOD ## Thunk(SENDER sender, ARG1 one, ARG2 two, \
79 static RETURN METHOD ## Thunk(SENDER sender, ARG1 one, ARG2 two, \
89 static RETURN METHOD ## Thunk(SENDER sender, gpointer userdata) { \
96 static RETURN METHOD ## Thunk(SENDER sender, ARG1 one, \
104 static RETURN METHOD ## Thunk(SENDER sender, ARG1 one, ARG2 two,
    [all...]
  /external/clang/lib/CodeGen/
CGVTables.cpp 42 const ThunkInfo &Thunk) {
50 Thunk.This, Out);
52 getCXXABI().getMangleContext().mangleThunk(MD, Thunk, Out);
107 const ThunkInfo &Thunk, llvm::Function *Fn) {
113 // If the thunk has weak/linkonce linkage, but the function must be
165 const ThunkInfo &Thunk) {
186 Thunk.Return.NonVirtual,
187 Thunk.Return.VBaseOffsetOffset,
219 // no-op thunk for the regular definition) call va_start/va_end.
225 GlobalDecl GD, const ThunkInfo &Thunk) {
    [all...]
CGVTables.h 56 /// EmitThunk - Emit a single thunk.
57 void EmitThunk(GlobalDecl GD, const ThunkInfo &Thunk,
60 /// MaybeEmitThunkAvailableExternally - Try to emit the given thunk with
64 void MaybeEmitThunkAvailableExternally(GlobalDecl GD, const ThunkInfo &Thunk);
CodeGenModule.h 630 /// GetAddrOfThunk - Get the address of the thunk for the given global decl.
631 llvm::Constant *GetAddrOfThunk(GlobalDecl GD, const ThunkInfo &Thunk);
    [all...]
CodeGenFunction.h     [all...]
  /external/clang/lib/AST/
VTableBuilder.cpp     [all...]
ItaniumMangle.cpp 131 const ThunkInfo &Thunk,
    [all...]
MicrosoftMangle.cpp 150 const ThunkInfo &Thunk,
    [all...]
  /external/clang/include/clang/AST/
Mangle.h 102 const ThunkInfo &Thunk,
  /external/chromium_org/ppapi/utility/
completion_callback_factory.h 687 static void Thunk(void* user_data, int32_t result) {
    [all...]

Completed in 171 milliseconds