Home
last modified time | relevance | path

Searched refs:isUndefined (Results 1 – 25 of 98) sorted by relevance

1234

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DValueLattice.h142 bool isUndefined() const { return Tag == undefined; } in isUndefined() function
195 assert(isUndefined()); in markConstant()
213 assert(isUndefined() || isConstant()); in markNotConstant()
228 assert(isUndefined()); in markConstantRange()
241 if (RHS.isUndefined() || isOverdefined()) in mergeIn()
248 if (isUndefined()) { in mergeIn()
250 return !RHS.isUndefined(); in mergeIn()
295 if (isUndefined() || Other.isUndefined()) in getCompare()
/third_party/typescript/src/testRunner/unittests/tsserver/
DautoImportProvider.ts41 …assert.isUndefined(projectService.configuredProjects.get(tsconfig.path)!.getLanguageService().getA…
53 …assert.isUndefined(projectService.configuredProjects.get(tsconfig.path)!.getLanguageService().getA…
69 assert.isUndefined(projectService
89 …assert.isUndefined(projectService.configuredProjects.get(tsconfig.path)!.getLanguageService().getA…
102 …assert.isUndefined(projectService.configuredProjects.get(tsconfig.path)!.getLanguageService().getA…
144 assert.isUndefined(hostProject.autoImportProviderHost);
227 …assert.isUndefined(projectService.configuredProjects.get(tsconfig.path)!.getLanguageService().getA…
250 assert.isUndefined(project.getPackageJsonAutoImportProvider());
284 …assert.isUndefined(projectService.configuredProjects.get("/packages/a/tsconfig.json")!.getLanguage…
DimportSuggestionsCache.ts37 assert.isUndefined(importSuggestionsCache.get(bTs.path, checker));
45 assert.isUndefined(importSuggestionsCache.get(bTs.path, checker));
52 assert.isUndefined(importSuggestionsCache.get(bTs.path, checker));
Doccurences.ts32 …assert.isUndefined(firstOccurence.isInString, "Highlights should not be marked with isInString if …
43 …assert.isUndefined(firstOccurence.isInString, "Highlights should not be marked with isInString if …
DmaxNodeModuleJsDepth.ts44 assert.isUndefined(project.getCompilationSettings().maxNodeModuleJsDepth);
52 assert.isUndefined(project.getCompilationSettings().maxNodeModuleJsDepth);
DpackageJsonInfo.ts29 assert.isUndefined(projectService.packageJsonCache.getInDirectory("/" as Path));
46 assert.isUndefined(packageJsonInfo.dependencies);
57 assert.isUndefined(projectService.packageJsonCache.getInDirectory("/" as Path));
DreloadProjects.ts38 assert.isUndefined(project.getCurrentProgram()?.getSourceFile(file2.path)?.text);
39 assert.isUndefined(service.getScriptInfo(file2.path));
/third_party/node/deps/npm/node_modules/core-util-is/
Dtest.js35 assert.equal(t.isUndefined(null), false);
36 assert.equal(t.isUndefined(undefined), true);
37 assert.equal(t.isUndefined(false), false);
38 assert.equal(t.isUndefined(), true);
Dfloat.patch54 - if (isUndefined(global.process)) {
86 - if (isUndefined(debugEnviron))
129 - if (isUndefined(ctx.showHidden)) ctx.showHidden = false;
130 - if (isUndefined(ctx.depth)) ctx.depth = 2;
131 - if (isUndefined(ctx.colors)) ctx.colors = false;
132 - if (isUndefined(ctx.customInspect)) ctx.customInspect = true;
305 - if (isUndefined(value))
392 - if (isUndefined(name)) {
596 - if (isUndefined(uv)) uv = process.binding('uv');
/third_party/node/deps/npm/node_modules/core-util-is/lib/
Dutil.js63 function isUndefined(arg) { function
66 exports.isUndefined = isUndefined;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCObjectWriter.cpp29 if (SA.isUndefined() || SB.isUndefined()) in isSymbolRefDifferenceFullyResolved()
DMachObjectWriter.cpp57 if (S.isUndefined()) in doesSymbolRequireExternRelocation()
101 if (Target.getSymA() && Target.getSymA()->getSymbol().isUndefined()) in getSymbolAddress()
104 if (Target.getSymB() && Target.getSymB()->getSymbol().isUndefined()) in getSymbolAddress()
361 if (IsAlias && Symbol->isUndefined()) in writeNlist()
363 else if (Symbol->isUndefined()) in writeNlist()
376 if (Data.isExternal() || (!IsAlias && Symbol->isUndefined())) in writeNlist()
380 if (IsAlias && Symbol->isUndefined()) in writeNlist()
572 if (!Symbol.isExternal() && !Symbol.isUndefined()) in computeSymbolTable()
579 if (Symbol.isUndefined()) { in computeSymbolTable()
598 if (Symbol.isExternal() || Symbol.isUndefined()) in computeSymbolTable()
DMCMachOStreamer.cpp350 if (Symbol->isUndefined()) in EmitSymbolAttribute()
376 if (Symbol->isUndefined()) in EmitSymbolAttribute()
408 assert(Symbol->isUndefined() && "Cannot define a symbol twice!"); in EmitCommonSymbol()
/third_party/node/test/parallel/
Dtest-util.js124 assert.strictEqual(util.isUndefined(undefined), true);
125 assert.strictEqual(util.isUndefined(), true);
126 assert.strictEqual(util.isUndefined(null), false);
127 assert.strictEqual(util.isUndefined('string'), false);
/third_party/typescript/src/testRunner/unittests/evaluation/
DoptionalCall.ts12 assert.isUndefined(result.output[1]);
151 assert.isUndefined(result.output[2]);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DValueLattice.cpp13 if (Val.isUndefined()) in operator <<()
/third_party/node/lib/
Dutil.js127 function isUndefined(arg) { function
353 isUndefined, property
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
DSymbol.cpp22 if (isUndefined()) in dump()
/third_party/node/deps/icu-small/source/i18n/
Dformatted_string_builder.h68 inline bool isUndefined() const;
253 inline bool FormattedStringBuilder::Field::isUndefined() const { in isUndefined() function
/third_party/icu/icu4c/source/i18n/
Dformatted_string_builder.h69 inline bool isUndefined() const;
254 inline bool FormattedStringBuilder::Field::isUndefined() const { in isUndefined() function
/third_party/skia/third_party/externals/icu/source/i18n/
Dformatted_string_builder.h68 inline bool isUndefined() const;
253 inline bool FormattedStringBuilder::Field::isUndefined() const { in isUndefined() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp188 if (A->isUndefined() || B->isUndefined()) { in RecordX86_64Relocation()
189 StringRef Name = A->isUndefined() ? A->getName() : B->getName(); in RecordX86_64Relocation()
577 if (!A->isUndefined()) in RecordX86Relocation()
/third_party/typescript/src/testRunner/unittests/services/
DorganizeImports.ts971 assert.isUndefined(node2);
975 assert.isUndefined(node1); // Guaranteed to fail
1046 assert.isUndefined(list1);
1047 assert.isUndefined(list2);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCSymbol.h241 bool isDefined() const { return !isUndefined(); } in isDefined()
250 bool isUndefined(bool SetUsed = true) const {
/third_party/typescript/src/testRunner/unittests/services/extract/
Dhelpers.ts172 …assert.isUndefined(rangeToExtract.errors, rangeToExtract.errors && "Range error: " + rangeToExtrac…
174 assert.isUndefined(find(infos, info => info.description === description.message));

1234