Home
last modified time | relevance | path

Searched refs:isSymbol (Results 1 – 25 of 43) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyUtilities.cpp53 assert(MO.isGlobal() || MO.isSymbol()); in mayThrow()
55 if (MO.isSymbol()) { in mayThrow()
DWebAssemblyPeephole.cpp155 if (Op1.isSymbol()) { in runOnMachineFunction()
DWebAssemblyMemIntrinsicResults.cpp155 if (!Op1.isSymbol()) in optimizeCall()
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/types/the_any_type/
Dany_type_3.ts50 Assert.isSymbol(x);
51 Assert.isSymbol(fun(x));
Dany_type_1.ts42 Assert.isSymbol(x);
Dany_type_2.ts40 Assert.isSymbol(a);
/third_party/node/test/parallel/
Dtest-util.js142 assert.strictEqual(util.isSymbol(Symbol()), true);
143 assert.strictEqual(util.isSymbol(), false);
144 assert.strictEqual(util.isSymbol('string'), false);
/third_party/node/lib/
Dutil.js139 function isSymbol(arg) { function
377 isSymbol, property
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineOperand.h339 bool isSymbol() const { return OpKind == MO_ExternalSymbol; } in isSymbol() function
599 assert((isGlobal() || isSymbol() || isMCSymbol() || isCPI() || in getOffset()
607 assert(isSymbol() && "Wrong MachineOperand accessor"); in getSymbolName()
669 assert((isGlobal() || isSymbol() || isMCSymbol() || isCPI() || in setOffset()
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/2.9/support_number_and_symbol_nam/
D1_support_number_and_symbol_nam_2.ts43 Assert.isSymbol(objs2[sym]);
D1_support_number_and_symbol_nam_1.ts43 Assert.isSymbol(x2);
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/4.4/control_flow_analysis_of_aliased_conditions_and_discriminants/
Dcontrol_flow_analysis_of_aliased_conditions_and_discriminants_4.ts46 Assert.isSymbol(a);
Dcontrol_flow_analysis_of_aliased_conditions_and_discriminants_1.ts47 Assert.isSymbol(a);
/third_party/typescript/tests/ts_extra_tests/suite/
Dassert.ts37 static isSymbol(actual: any, msg?: string) { method in Assert
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86OptimizeLEAs.cpp209 return MO.isImm() || MO.isCPI() || MO.isJTI() || MO.isSymbol() || in isValidDispOp()
221 (MO1.isSymbol() && MO2.isSymbol() && in isSimilarDispOp()
DX86ExpandPseudo.cpp250 assert(JumpTarget.isSymbol()); in ExpandMI()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64CleanupLocalDynamicTLSPass.cpp72 if (!I->getOperand(0).isSymbol() || in VisitNode()
DAArch64MCInstLower.cpp130 assert(MO.isSymbol() && in lowerSymbolOperandELF()
DAArch64ExpandPseudoInsts.cpp493 } else if (MO1.isSymbol()) { in expandMI()
527 } else if (MO1.isSymbol()) { in expandMI()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegUsageInfoPropagate.cpp94 if (MO.isSymbol()) in findCalledFunction()
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/grammar/types/
Dtypes.ts42 Assert.isSymbol(sym);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXReplaceImageHandles.cpp153 assert(TexHandleDef.getOperand(6).isSymbol() && "Load is not a symbol!"); in findIndexForHandle()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCMCInstLower.cpp52 assert(MO.isSymbol() && "Isn't a symbol reference"); in GetSymbolFromOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DRDFGraph.cpp233 return Op.isMBB() || Op.isGlobal() || Op.isSymbol(); in operator <<()
241 else if (T->isSymbol()) in operator <<()
624 if (O.isGlobal() || O.isSymbol()) in isFixedReg()
1257 if (Op.isGlobal() || Op.isSymbol()) in buildStmt()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcAsmPrinter.cpp299 if (MO.isGlobal() || MO.isSymbol() || MO.isCPI()) { in printOperand()

12