OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:x2c
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/CodeGen/
ms-inline-asm.c
46
__asm int 0
x2c
48
// CHECK: call void asm sideeffect inteldialect "int $$0
x2c
", "~{dirflag},~{fpsr},~{flags}"()
53
int 0
x2c
; } asm comments are fun! }{
local
57
// CHECK: call void asm sideeffect inteldialect "int $$0
x2c
", "~{dirflag},~{fpsr},~{flags}"()
/external/clang/test/Parser/
ms-inline-asm.c
4
#define M __asm int 0
x2c
8
void t2(void) { __asm int 0
x2c
}
9
void t3(void) { __asm M2 0
x2c
}
13
int 0
x2c
; } asm comments are fun! }{
local
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
p1.cpp
64
X2<ki>
x2c
; // expected-error {{ignores qualifiers}} expected-warning {{internal linkage is a C++11 extension}}
local
Completed in 30 milliseconds