Home
last modified time | relevance | path

Searched refs:Synthesized (Results 1 – 5 of 5) sorted by relevance

/external/boringssl/src/util/fipstools/testdata/x86_64-LabelRewrite/
Din1.s24 # Synthesized symbols are treated as local ones.
Dout.s38 # Synthesized symbols are treated as local ones.
/external/boringssl/src/util/fipstools/testdata/x86_64-GOTRewrite/
Din.s32 # Synthesized symbols do not use the GOT.
Dout.s119 # Synthesized symbols do not use the GOT.
/external/clang/include/clang/AST/
DDeclObjC.h1864 NextIvar(nullptr), DeclAccess(ac), Synthesized(synthesized) {} in ObjCIvarDecl()
1894 void setSynthesize(bool synth) { Synthesized = synth; } in setSynthesize()
1895 bool getSynthesize() const { return Synthesized; } in getSynthesize()
1911 unsigned Synthesized : 1; variable