Home
last modified time | relevance | path

Searched refs:Ety (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/CodeGenObjC/
Darc-exceptions.m3 @class Ety;
11 } @catch (Ety *e) {
31 } @catch (__weak Ety *e) {
/external/clang/test/CodeGenObjCXX/
Darc-exceptions.mm3 @class Ety;
11 } @catch (Ety *e) {
31 } @catch (__weak Ety *e) {
50 } catch (Ety *e) {
70 } catch (Ety * __weak e) {
/external/icu/icu4c/source/data/curr/
Dagq.txt67 "Bîi è Etyǒkpìa",
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp1795 Type *Ety = Vty->getPointerElementType(); in expand() local
1797 int64_t ESize = SE.getTypeSizeInBits(Ety); in expand()
1801 V = Builder.CreateGEP(Ety, V, Idx, "scevgep"); in expand()