Searched refs:qloc (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/compat/ndis/
H A Dsubr_pe.c380 uint64_t *qloc; local
418 qloc = (uint64_t *)pe_translate_addr(imgbase,
420 *qloc = pe_translate_addr(imgbase,
421 (*qloc - base));
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h3950 ExprObjectKind OK, SourceLocation qloc,
3952 : Expr(SC, T, VK, OK), QuestionLoc(qloc), ColonLoc(cloc) {}
4059 SourceLocation qloc, SourceLocation cloc,
4062 qloc, cloc),
3949 AbstractConditionalOperator(StmtClass SC, QualType T, ExprValueKind VK, ExprObjectKind OK, SourceLocation qloc, SourceLocation cloc) argument
4057 BinaryConditionalOperator(Expr *common, OpaqueValueExpr *opaqueValue, Expr *cond, Expr *lhs, Expr *rhs, SourceLocation qloc, SourceLocation cloc, QualType t, ExprValueKind VK, ExprObjectKind OK) argument

Completed in 170 milliseconds