Home
last modified time | relevance | path

Searched defs:IsCall (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/tint/src/ast/
Dcall_statement_test.cc33 TEST_F(CallStatementTest, IsCall) { in TEST_F() argument
Dcall_expression_test.cc78 TEST_F(CallExpressionTest, IsCall) { in TEST_F() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86VZeroUpper.cpp203 bool IsCall = MI.isCall(); in processBasicBlock() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRISelLowering.cpp938 CCState &CCInfo, bool IsCall, bool IsVarArg) { in analyzeStandardArguments()
1014 CCState &CCInfo, bool IsCall, bool IsVarArg) { in analyzeBuiltinArguments()
1032 CCState &CCInfo, bool IsCall, bool IsVarArg) { in analyzeArguments()
/third_party/node/deps/v8/src/debug/
Ddebug.h76 bool IsCall() const { return type_ == DEBUG_BREAK_SLOT_AT_CALL; } in IsCall() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp1377 Value *Val, bool IsCall) { in checkValidVariableType()
1402 LocTy Loc, bool IsCall) { in GetGlobalVal()
1433 bool IsCall) { in GetGlobalVal()
2880 LocTy Loc, bool IsCall) { in GetVal()
2915 bool IsCall) { in GetVal()
5139 PerFunctionState *PFS, bool IsCall) { in ConvertValIDToValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemorySSA.cpp131 bool IsCall = false; member in __anoncecee4ed0111::MemoryLocOrCall
338 bool IsCall = false; member
/third_party/node/deps/v8/src/parsing/
Dpreparser.h266 bool IsCall() const { in IsCall() function
/third_party/node/deps/v8/src/compiler/backend/
Dinstruction.h929 bool IsCall() const { return IsCallField::decode(bit_field_); } in IsCall() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DRDFGraph.cpp1281 bool IsCall = isCall(In); in buildStmt() local