Home
last modified time | relevance | path

Searched defs:E (Results 1 – 25 of 1964) sorted by relevance

12345678910>>...79

/third_party/boost/boost/detail/
Dtemplated_streams.hpp26 #define BOOST_TEMPLATED_STREAM_TEMPLATE(E,T) \ argument
29 #define BOOST_TEMPLATED_STREAM_TEMPLATE_ALLOC(E,T,A) \ argument
32 #define BOOST_TEMPLATED_STREAM_ARGS(E,T) \ argument
35 #define BOOST_TEMPLATED_STREAM_ARGS_ALLOC(E,T,A) \ argument
40 #define BOOST_TEMPLATED_STREAM_ELEM(E) E argument
44 #define BOOST_TEMPLATED_STREAM(X,E,T) \ argument
47 #define BOOST_TEMPLATED_STREAM_WITH_ALLOC(X,E,T,A) \ argument
52 #define BOOST_TEMPLATED_STREAM_TEMPLATE(E,T) /**/ argument
54 #define BOOST_TEMPLATED_STREAM_TEMPLATE_ALLOC(E,T,A) /**/ argument
56 #define BOOST_TEMPLATED_STREAM_ARGS(E,T) /**/ argument
[all …]
/third_party/typescript/tests/cases/compiler/
DduplicateSymbolsExportMatching.ts3 export interface E { } interface
7 export interface E { } // ok interface
13 interface E { } // ok interface
20 export interface E { } interface
21 export interface E { } // ok interface
27 export interface E { } interface
28 interface E { } // error interface
DenumAssignmentCompat3.ts2 export enum E { enum
7 export enum E { enum
15 export enum E { enum
20 export enum E { enum
25 export enum E { enum
30 export const enum E { enum
35 export declare enum E { enum
40 export enum E { enum
43 export enum E { enum
49 export enum E { enum
DenumsWithMultipleDeclarations2.ts1 enum E { enum
5 enum E { enum
9 enum E { enum
DenumsWithMultipleDeclarations1.ts1 enum E { enum
5 enum E { enum
9 enum E { enum
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
DBlockPrinter.cpp47 auto E = RP.visit(R); in visit() local
56 auto E = RP.visit(R); in visit() local
66 auto E = RP.visit(R); in visit() local
75 auto E = RP.visit(R); in visit() local
84 auto E = RP.visit(R); in visit() local
94 auto E = RP.visit(R); in visit() local
101 auto E = RP.visit(R); in visit() local
108 auto E = RP.visit(R); in visit() local
DTrace.cpp291 if (auto E = C.consume(std::move(R.get()))) in loadFDRLog() local
301 if (auto E = R->apply(Indexer)) in loadFDRLog() local
303 if (auto E = Indexer.flush()) in loadFDRLog() local
314 if (auto E = R->apply(Verifier)) in loadFDRLog() local
316 if (auto E = Verifier.verify()) in loadFDRLog() local
339 if (auto E = R->apply(Expander)) in loadFDRLog() local
342 if (auto E = Expander.flush()) in loadFDRLog() local
444 if (auto E = loadNaiveFormatLog(DE.getData(), DE.isLittleEndian(), in loadTrace() local
456 if (auto E = loadFDRLog(DE.getData(), DE.isLittleEndian(), T.FileHeader, in loadTrace() local
466 if (auto E = loadYAMLLog(DE.getData(), T.FileHeader, T.Records)) in loadTrace() local
/third_party/typescript/tests/baselines/reference/
DenumAssignmentCompat3.js96 (function (E) { argument
105 (function (E) { argument
120 (function (E) { argument
130 (function (E) { argument
138 (function (E) { argument
149 (function (E) { argument
153 (function (E) { argument
161 (function (E) { argument
166 (function (E) { argument
DesnextmodulekindWithES5Target12.js49 export var E; variable
50 (function (E) { argument
53 (function (E) { argument
56 (function (E) { argument
59 (function (E) { argument
Des6modulekindWithES5Target12.js49 export var E; variable
50 (function (E) { argument
53 (function (E) { argument
56 (function (E) { argument
59 (function (E) { argument
DduplicateIdentifierEnum.js59 var E = /** @class */ (function () { class
60 function E() { class in E
69 var E; variable
70 (function (E) { argument
DenumsWithMultipleDeclarations1.js16 (function (E) { argument
19 (function (E) { argument
22 (function (E) { argument
DenumsWithMultipleDeclarations2.js16 (function (E) { argument
19 (function (E) { argument
22 (function (E) { argument
DdeclInput4.js26 var E = /** @class */ (function () { class
27 function E() { class in anonymousFunctionfb17b0790100.E
46 class E { class
55 m232(): E; field in D
DtypeOfEnumAndVarRedeclarations.js14 var E; variable
15 (function (E) { argument
18 (function (E) { argument
DassignmentCompatWithObjectMembersAccessibility.js23 class E { class
131 var E = /** @class */ (function () { class
132 function E() { class in anonymousFunction02771b800100.E
176 var E = /** @class */ (function () { class
177 function E() { class in anonymousFunction02771b800600.E
DlocalTypes1.js161 (function (E) { argument
178 (function (E) { argument
197 (function (E) { argument
227 (function (E) { argument
241 (function (E) { argument
257 (function (E) { argument
270 (function (E) { argument
285 (function (E) { argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/
DBitstreamRemarkParser.cpp189 if (Error E = parseRecord(ParserHelper, Next->ID)) in parseBlock() local
268 if (Error E = Stream.JumpToBit(PreviousBitNo)) in isBlock() local
293 if (Error E = validateMagicNumber( in advanceToMetaBlock() local
296 if (Error E = Helper.parseBlockInfoBlock()) in advanceToMetaBlock() local
317 if (Error E = validateMagicNumber( in createBitstreamParserFromMeta() local
336 if (Error E = parseMeta()) in next() local
346 if (Error E = advanceToMetaBlock(ParserHelper)) in parseMeta() local
351 if (Error E = MetaHelper.parse()) in parseMeta() local
354 if (Error E = processCommonMeta(MetaHelper)) in parseMeta() local
441 if (Error E = advanceToMetaBlock(ParserHelper)) in processExternalFilePath() local
[all …]
/third_party/typescript/tests/cases/conformance/externalModules/es6/
Des6modulekindWithES5Target12.ts11 export enum E { enum
15 export enum E { enum
19 export namespace E { namespace
23 export namespace E { namespace
/third_party/typescript/tests/cases/conformance/externalModules/esnext/
DesnextmodulekindWithES5Target12.ts11 export enum E { enum
15 export enum E { enum
19 export namespace E { namespace
23 export namespace E { namespace
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProfReader.cpp57 if (Error E = BufferOrError.takeError()) in create() local
85 if (Error E = initializeReader(*Result)) in create() local
95 if (Error E = BufferOrError.takeError()) in create() local
103 if (Error E = RemappingBufferOrError.takeError()) in create() local
126 if (Error E = initializeReader(*Result)) in create() local
133 if (auto E = Reader->readNextRecord(Record)) { in Increment() local
224 if (Error E = Symtab->addFuncName(VD.first)) in readValueProfileData() local
257 if (Error E = Symtab->addFuncName(Record.Name)) in readNextRecord() local
288 if (Error E = readValueProfileData(Record)) in readNextRecord() local
344 if (Error E = Symtab.create(StringRef(NamesStart, NamesSize))) in createSymtab() local
[all …]
/third_party/boost/libs/multiprecision/test/
Dgit_issue_30.cpp8 struct E struct
10 E(boost::multiprecision::cpp_rational const&) in E() argument
/third_party/boost/libs/python/test/
Dbienstman2.cpp12 struct E struct
24 class_<E>("E") in BOOST_PYTHON_MODULE() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DLeonPasses.cpp46 for (auto MFI = MF.begin(), E = MF.end(); MFI != E; ++MFI) { in runOnMachineFunction() local
48 for (auto MBBI = MBB.begin(), E = MBB.end(); MBBI != E; ++MBBI) { in runOnMachineFunction() local
81 for (auto MFI = MF.begin(), E = MF.end(); MFI != E; ++MFI) { in runOnMachineFunction() local
83 for (auto MBBI = MBB.begin(), E = MBB.end(); MBBI != E; ++MBBI) { in runOnMachineFunction() local
133 for (auto MFI = MF.begin(), E = MF.end(); MFI != E; ++MFI) { in runOnMachineFunction() local
135 for (auto MBBI = MBB.begin(), E = MBB.end(); MBBI != E; ++MBBI) { in runOnMachineFunction() local
/third_party/boost/boost/
Dpointer_cast.hpp70 typedef typename std::shared_ptr<T>::element_type E; in reinterpret_pointer_cast() typedef
81 typedef typename std::unique_ptr<T>::element_type E; in static_pointer_cast() typedef
103 typedef typename std::unique_ptr<T>::element_type E; in const_pointer_cast() typedef
113 typedef typename std::unique_ptr<T>::element_type E; in reinterpret_pointer_cast() typedef

12345678910>>...79