Home
last modified time | relevance | path

Searched defs:GetX (Results 1 – 7 of 7) sorted by relevance

/external/clang/test/CodeGenCXX/
Dms-property.cpp24 int GetX(int i, int j) { return i+j; } in GetX() function in S
32 T GetX(T i, T j) { return i+j; } in GetX() function in St
33 T GetX() { return 0; } in GetX() function in St
/external/clang/test/SemaCXX/
Dms-property-error.cpp6 int GetX(int i, int j) { return i+j; } // expected-note {{'GetX' declared here}} in GetX() function in S
15 T GetX(T i, T j) { return i+j; } // expected-note 3 {{'GetX' declared here}} in GetX() function in St
Dms-property.cpp23 int GetX(int i, int j) { return i+j; } in GetX() function in S
31 T GetX(T i, T j) { return i+j; } in GetX() function in St
/external/pdfium/xfa/src/fxbarcode/
DBC_ResultPoint.cpp26 FX_FLOAT CBC_ResultPoint::GetX() { in GetX() function in CBC_ResultPoint
/external/pdfium/xfa/src/fxbarcode/qrcode/
DBC_QRAlignmentPattern.cpp31 FX_FLOAT CBC_QRAlignmentPattern::GetX() { in GetX() function in CBC_QRAlignmentPattern
DBC_QRFinderPattern.cpp63 FX_FLOAT CBC_QRFinderPattern::GetX() { in GetX() function in CBC_QRFinderPattern
/external/v8/test/mjsunit/compiler/
Dpic.js30 function GetX(o) { return o.x; } class