OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:internal_fn
(Results
1 - 3
of
3
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
internal-fn.h
23
enum
internal_fn
{
enum
36
internal_fn_name (enum
internal_fn
fn)
46
internal_fn_flags (enum
internal_fn
fn)
gimple.h
290
enum
internal_fn
GTY ((tag ("GF_CALL_INTERNAL")))
internal_fn
;
761
gimple gimple_build_call_internal (enum
internal_fn
, unsigned, ...);
762
gimple gimple_build_call_internal_vec (enum
internal_fn
, vec<tree> );
[
all
...]
/external/clang/test/CodeGenCXX/
extern-c.cpp
48
__attribute__((used)) static int
internal_fn
() { return 0; }
function
58
// CHECK: @llvm.used = appending global {{.*}} @internal_var {{.*}} @
internal_fn
65
// CHECK: @
internal_fn
= internal alias i32 (), i32 ()* @_Z11internal_fnv
Completed in 216 milliseconds